all: update gomobile

This address the issue where asset didn't work correct lyon iOS.

Closes #3115
This commit is contained in:
Hajime Hoshi 2024-10-01 12:43:14 +09:00
parent 03faba10b4
commit 5fbc0e10e7
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@ -3,7 +3,7 @@ module github.com/hajimehoshi/ebiten/v2
go 1.22.0
require (
github.com/ebitengine/gomobile v0.0.0-20240911145611-4856209ac325
github.com/ebitengine/gomobile v0.0.0-20241001034212-22433622d8a5
github.com/ebitengine/hideconsole v1.0.0
github.com/ebitengine/oto/v3 v3.4.0-alpha
github.com/ebitengine/purego v0.9.0-alpha

4
go.sum
View File

@ -1,5 +1,5 @@
github.com/ebitengine/gomobile v0.0.0-20240911145611-4856209ac325 h1:Gk1XUEttOk0/hb6Tq3WkmutWa0ZLhNn/6fc6XZpM7tM=
github.com/ebitengine/gomobile v0.0.0-20240911145611-4856209ac325/go.mod h1:ulhSQcbPioQrallSuIzF8l1NKQoD7xmMZc5NxzibUMY=
github.com/ebitengine/gomobile v0.0.0-20241001034212-22433622d8a5 h1:vAmkJvgX1ukQ772M7yxWCmSfDwr8vLAZTWlJqM1ox4A=
github.com/ebitengine/gomobile v0.0.0-20241001034212-22433622d8a5/go.mod h1:ulhSQcbPioQrallSuIzF8l1NKQoD7xmMZc5NxzibUMY=
github.com/ebitengine/hideconsole v1.0.0 h1:5J4U0kXF+pv/DhiXt5/lTz0eO5ogJ1iXb8Yj1yReDqE=
github.com/ebitengine/hideconsole v1.0.0/go.mod h1:hTTBTvVYWKBuxPr7peweneWdkUwEuHuB3C1R/ielR1A=
github.com/ebitengine/oto/v3 v3.4.0-alpha h1:sEILzKCt05/lkB9Dbj6f+4ZEoH2i7EOwgkiH2zMRR08=