This commit is contained in:
Crizomb 2025-09-27 04:09:39 +02:00
parent f5c912c489
commit a7f8b46910
8 changed files with 28 additions and 52 deletions

10
src/go.mod Normal file
View file

@ -0,0 +1,10 @@
module test_raylib
go 1.24.7
require (
github.com/ebitengine/purego v0.9.0 // indirect
github.com/gen2brain/raylib-go/raylib v0.55.1 // indirect
golang.org/x/exp v0.0.0-20250911091902-df9299821621 // indirect
golang.org/x/sys v0.36.0 // indirect
)