updated ebiten version from 2.7.9 to 2.9.9
This commit is contained in:
Vendored
+11
-10
@@ -1,5 +1,5 @@
|
||||
# github.com/ebitengine/gomobile v0.0.0-20240518074828-e86332849895
|
||||
## explicit; go 1.18
|
||||
# github.com/ebitengine/gomobile v0.0.0-20250923094054-ea854a63cce1
|
||||
## explicit; go 1.24.0
|
||||
github.com/ebitengine/gomobile/app
|
||||
github.com/ebitengine/gomobile/app/internal/callfn
|
||||
github.com/ebitengine/gomobile/event/key
|
||||
@@ -13,15 +13,15 @@ github.com/ebitengine/gomobile/internal/mobileinit
|
||||
# github.com/ebitengine/hideconsole v1.0.0
|
||||
## explicit; go 1.18
|
||||
github.com/ebitengine/hideconsole
|
||||
# github.com/ebitengine/purego v0.7.0
|
||||
# github.com/ebitengine/purego v0.9.0
|
||||
## explicit; go 1.18
|
||||
github.com/ebitengine/purego
|
||||
github.com/ebitengine/purego/internal/cgo
|
||||
github.com/ebitengine/purego/internal/fakecgo
|
||||
github.com/ebitengine/purego/internal/strings
|
||||
github.com/ebitengine/purego/objc
|
||||
# github.com/hajimehoshi/ebiten/v2 v2.7.9
|
||||
## explicit; go 1.18
|
||||
# github.com/hajimehoshi/ebiten/v2 v2.9.9
|
||||
## explicit; go 1.24.0
|
||||
github.com/hajimehoshi/ebiten/v2
|
||||
github.com/hajimehoshi/ebiten/v2/inpututil
|
||||
github.com/hajimehoshi/ebiten/v2/internal/affine
|
||||
@@ -46,11 +46,12 @@ github.com/hajimehoshi/ebiten/v2/internal/graphicsdriver/opengl
|
||||
github.com/hajimehoshi/ebiten/v2/internal/graphicsdriver/opengl/gl
|
||||
github.com/hajimehoshi/ebiten/v2/internal/graphicsdriver/playstation5
|
||||
github.com/hajimehoshi/ebiten/v2/internal/hook
|
||||
github.com/hajimehoshi/ebiten/v2/internal/jsutil
|
||||
github.com/hajimehoshi/ebiten/v2/internal/inputstate
|
||||
github.com/hajimehoshi/ebiten/v2/internal/microsoftgdk
|
||||
github.com/hajimehoshi/ebiten/v2/internal/mipmap
|
||||
github.com/hajimehoshi/ebiten/v2/internal/packing
|
||||
github.com/hajimehoshi/ebiten/v2/internal/png
|
||||
github.com/hajimehoshi/ebiten/v2/internal/restorable
|
||||
github.com/hajimehoshi/ebiten/v2/internal/shader
|
||||
github.com/hajimehoshi/ebiten/v2/internal/shaderir
|
||||
github.com/hajimehoshi/ebiten/v2/internal/shaderir/glsl
|
||||
@@ -67,10 +68,10 @@ github.com/jezek/xgb
|
||||
github.com/jezek/xgb/randr
|
||||
github.com/jezek/xgb/render
|
||||
github.com/jezek/xgb/xproto
|
||||
# golang.org/x/sync v0.7.0
|
||||
## explicit; go 1.18
|
||||
# golang.org/x/sync v0.17.0
|
||||
## explicit; go 1.24.0
|
||||
golang.org/x/sync/errgroup
|
||||
# golang.org/x/sys v0.20.0
|
||||
## explicit; go 1.18
|
||||
# golang.org/x/sys v0.36.0
|
||||
## explicit; go 1.24.0
|
||||
golang.org/x/sys/unix
|
||||
golang.org/x/sys/windows
|
||||
|
||||
Reference in New Issue
Block a user