downgrade ebiten/v2 v2.5.9

This commit is contained in:
2026-05-22 17:23:02 +02:00
parent 190e67d050
commit 87541071aa
3 changed files with 83 additions and 21 deletions

9
go.mod
View File

@ -3,16 +3,17 @@ module kidskeyboard
go 1.24.0
require (
github.com/hajimehoshi/ebiten/v2 v2.9.9
github.com/hajimehoshi/ebiten/v2 v2.5.9
golang.org/x/image v0.31.0
)
require (
github.com/ebitengine/gomobile v0.0.0-20250923094054-ea854a63cce1 // indirect
github.com/ebitengine/hideconsole v1.0.0 // indirect
github.com/ebitengine/oto/v3 v3.4.0 // indirect
github.com/ebitengine/purego v0.9.0 // indirect
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20221017161538-93cebf72946b // indirect
github.com/hajimehoshi/oto/v2 v2.4.1 // indirect
github.com/jezek/xgb v1.1.1 // indirect
golang.org/x/exp v0.0.0-20190731235908-ec7cb31e5a56 // indirect
golang.org/x/mobile v0.0.0-20230301163155-e0f57694e12c // indirect
golang.org/x/sync v0.17.0 // indirect
golang.org/x/sys v0.36.0 // indirect
)