Initial commit

This commit is contained in:
2024-09-30 09:53:56 +02:00
commit ddb02ea56b
3 changed files with 18 additions and 0 deletions

10
go.mod Normal file
View File

@ -0,0 +1,10 @@
module goonscape
go 1.23.0
require (
github.com/ebitengine/purego v0.8.0 // indirect
github.com/gen2brain/raylib-go/raylib v0.0.0-20240916050633-6bc3d79c96ad // indirect
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
golang.org/x/sys v0.25.0 // indirect
)