summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorewy <ewy0@protonmail.com>2026-08-13 13:59:25 +0200
committerewy <ewy0@protonmail.com>2026-08-13 14:03:36 +0200
commit06dd690345a02ad5f158138b2d6597220b716e38 (patch)
treed2ee623052dbbd215924f95c7d834988d891f89b /go.mod
parent83b6f3af3ff4195801c0973a10c1519958d4fe71 (diff)
add stuff
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 3 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 6572cbd..e4f2586 100644
--- a/go.mod
+++ b/go.mod
@@ -4,5 +4,8 @@ go 1.26.5
require (
github.com/Zyko0/go-sdl3 v0.1.1 // indirect
+ github.com/Zyko0/purego-gen v0.0.0-20250727121216-3bcd331a1e0c // indirect
+ github.com/ebitengine/purego v0.10.0 // indirect
github.com/spf13/pflag v1.0.10 // indirect
+ golang.org/x/sys v0.7.0 // indirect
)