Init, test raylib & math things
This commit is contained in:
commit
d2f0abff6a
5 changed files with 200 additions and 0 deletions
10
go.mod
Normal file
10
go.mod
Normal 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
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue