add libraries etc.

This commit is contained in:
any
2026-05-08 21:27:11 +02:00
parent 372b497cbb
commit f737d32b73
5 changed files with 46 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
module awesomeProject
go 1.26
require github.com/gen2brain/raylib-go/raylib v0.55.1
require (
github.com/ebitengine/purego v0.10.0 // indirect
golang.org/x/exp v0.0.0-20260410095643-746e56fc9e2f // indirect
golang.org/x/sys v0.44.0 // indirect
)