v0.1.0 initial commit

This commit is contained in:
2026-07-15 01:28:56 -04:00
commit 874abee663
35 changed files with 3486 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
module symph
go 1.26.4
require (
github.com/gen2brain/raylib-go/raylib v0.60.0
github.com/lixenwraith/color v0.0.0-20260714170240-79433f872c42
github.com/lixenwraith/terminal v0.0.0-20260714170427-21041633b2c3
)
require (
github.com/ebitengine/purego v0.10.1 // indirect
github.com/jupiterrider/ffi v0.7.0 // indirect
golang.org/x/exp v0.0.0-20260709172345-9ea1abe57597 // indirect
golang.org/x/sys v0.47.0 // indirect
golang.org/x/term v0.45.0 // indirect
)