Add Raylib deps

This commit is contained in:
2024-09-02 19:35:28 +02:00
parent 8944cfcefd
commit bc0e2a63f9
3 changed files with 37 additions and 0 deletions

10
go.mod Normal file
View File

@ -0,0 +1,10 @@
module github.com/bdnugget/autogo.git
go 1.23.0
require (
github.com/ebitengine/purego v0.7.1 // indirect
github.com/gen2brain/raylib-go/raylib v0.0.0-20240826113553-b4d0c52dc927 // indirect
golang.org/x/exp v0.0.0-20240823005443-9b4947da3948 // indirect
golang.org/x/sys v0.24.0 // indirect
)