update Oto

This commit is contained in:
Hajime Hoshi 2023-08-29 15:13:40 +09:00
parent 98ead195c6
commit b1b4335423
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.1.0-alpha.1
github.com/ebitengine/oto/v3 v3.1.0-alpha.1.0.20230829061233-c74e96d6631b
github.com/ebitengine/purego v0.5.0-alpha.1
github.com/go-text/typesetting v0.0.0-20230803102845-24e03d8b5372
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.1.0-alpha.1 h1:K9ULD4Mk6c463kgj7D5szlI1ZO5YmlFqvcOOr+h+dN0=
github.com/ebitengine/oto/v3 v3.1.0-alpha.1/go.mod h1:SmUw/Irequ8lG2IPBsM1w7wbx7r3d8KL5S1VNZFhRRg=
github.com/ebitengine/oto/v3 v3.1.0-alpha.1.0.20230829061233-c74e96d6631b h1:2hkdUoKh/i0RBlFaD+2U0GrnH/u4WiHRIvyuwZhe0cA=
github.com/ebitengine/oto/v3 v3.1.0-alpha.1.0.20230829061233-c74e96d6631b/go.mod h1:SmUw/Irequ8lG2IPBsM1w7wbx7r3d8KL5S1VNZFhRRg=
github.com/ebitengine/purego v0.5.0-alpha.1 h1:0gVgWGb8GjKYs7cufvfNSleJAD00m2xWC26FMwOjNrw=
github.com/ebitengine/purego v0.5.0-alpha.1/go.mod h1:ah1In8AOtksoNK6yk5z1HTJeUkC1Ez4Wk2idgGslMwQ=
github.com/go-text/typesetting v0.0.0-20230803102845-24e03d8b5372 h1:FQivqchis6bE2/9uF70M2gmmLpe82esEm2QadL0TEJo=