Messing around

This commit is contained in:
Michael Smith
2025-08-06 18:44:00 +02:00
parent 70c0b4aee5
commit 5a5e1feae5
7 changed files with 111 additions and 67 deletions

6
go.mod
View File

@@ -2,13 +2,11 @@ module gb-player
go 1.24.5
require (
github.com/AllenDang/cimgui-go v1.3.1
github.com/stretchr/testify v1.10.0
)
require github.com/stretchr/testify v1.10.0
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/veandco/go-sdl2 v0.4.40
gopkg.in/yaml.v3 v3.0.1 // indirect
)