upgrade ebiten

This commit is contained in:
crgimenes
2024-09-09 15:09:26 -03:00
parent 83197df95d
commit cd13e2e220
2 changed files with 9 additions and 3 deletions

6
go.mod
View File

@@ -4,19 +4,19 @@ go 1.23
require (
crg.eti.br/go/config v1.5.0
github.com/hajimehoshi/ebiten/v2 v2.7.8
github.com/hajimehoshi/ebiten/v2 v2.7.9
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/ebitengine/gomobile v0.0.0-20240802043200-192f051f4fcc // indirect
github.com/ebitengine/gomobile v0.0.0-20240825043811-96c531f5bd83 // indirect
github.com/ebitengine/hideconsole v1.0.0 // indirect
github.com/ebitengine/oto/v3 v3.2.0 // indirect
github.com/ebitengine/purego v0.7.1 // indirect
github.com/jezek/xgb v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.24.0 // indirect
golang.org/x/sys v0.25.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)