update Oto to v3.1.0-alpha

This commit is contained in:
Hajime Hoshi 2023-07-31 00:53:18 +09:00
parent f81dbd9288
commit 7eb70d086c
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.18
require (
github.com/ebitengine/oto/v3 v3.0.0-alpha.2
github.com/ebitengine/oto/v3 v3.1.0-alpha
github.com/ebitengine/purego v0.5.0-alpha
github.com/go-text/typesetting v0.0.0-20230717141307-09c70c30a055
github.com/hajimehoshi/bitmapfont/v3 v3.0.0

4
go.sum
View File

@ -1,6 +1,6 @@
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
github.com/ebitengine/oto/v3 v3.0.0-alpha.2 h1:j5Eglr6LHBH/5FE/b6EuZG5a0sC9W8Srbmc2iXmWCqk=
github.com/ebitengine/oto/v3 v3.0.0-alpha.2/go.mod h1:50zY546V7eVjIb6+jZGPrcSG64nGfKqDgPnwFft05o0=
github.com/ebitengine/oto/v3 v3.1.0-alpha h1:kKrvZLbj5cWIzaSoz+/Dra0IvhNpAFZEh6P945KveiQ=
github.com/ebitengine/oto/v3 v3.1.0-alpha/go.mod h1:50zY546V7eVjIb6+jZGPrcSG64nGfKqDgPnwFft05o0=
github.com/ebitengine/purego v0.5.0-alpha h1:pNZNC8WofBTN3Nm196An50C5taL/87BhFR/RzKy2o4k=
github.com/ebitengine/purego v0.5.0-alpha/go.mod h1:ah1In8AOtksoNK6yk5z1HTJeUkC1Ez4Wk2idgGslMwQ=
github.com/go-text/typesetting v0.0.0-20230717141307-09c70c30a055 h1:aUv3DYpk2eraRoyB7QZkyxgTVF7DrWcUui93iFRYO+8=