This commit is contained in:
partisan 2025-02-03 15:52:19 +01:00
commit d9dae02ffc
17 changed files with 1742 additions and 0 deletions

16
go.mod Normal file
View file

@ -0,0 +1,16 @@
module spitfire-luncher
go 1.23.4
require github.com/gen2brain/raylib-go/raylib v0.0.0-20250109172833-6dbba4f81a9b
require (
github.com/ebitengine/purego v0.7.1 // indirect
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
golang.org/x/sys v0.20.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
)
replace spitfire-luncher/spm => ./spm
require spitfire-luncher/spm v0.0.0