Init, test raylib & math things

This commit is contained in:
Crizomb 2025-09-24 05:07:48 +02:00
commit d2f0abff6a
5 changed files with 200 additions and 0 deletions

10
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
)