update Oto to v3.2.0-alpha.3

This commit is contained in:
Hajime Hoshi 2024-01-06 00:57:25 +09:00
parent c126bce7de
commit a176694dfb
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.2.0-alpha.2.0.20240103101321-a9a798c80b8b
github.com/ebitengine/oto/v3 v3.2.0-alpha.3
github.com/ebitengine/purego v0.6.0-alpha.2
github.com/go-text/typesetting v0.0.0-20231221124458-48cc05a56658
github.com/hajimehoshi/bitmapfont/v3 v3.0.0

4
go.sum
View File

@ -1,5 +1,5 @@
github.com/ebitengine/oto/v3 v3.2.0-alpha.2.0.20240103101321-a9a798c80b8b h1:TUmnPz/SPaKd4Rz/MLvUOI9bdmBIOixoitMLyzi2JfU=
github.com/ebitengine/oto/v3 v3.2.0-alpha.2.0.20240103101321-a9a798c80b8b/go.mod h1:JtMbxJHZBDXfS8BmVYwzWk9Z6r7jsjwsHzOuZrEkfs4=
github.com/ebitengine/oto/v3 v3.2.0-alpha.3 h1:gDsHiEBKofH9scQ7rf+3jE1XOutgB0KvTkvP74LaRH4=
github.com/ebitengine/oto/v3 v3.2.0-alpha.3/go.mod h1:JtMbxJHZBDXfS8BmVYwzWk9Z6r7jsjwsHzOuZrEkfs4=
github.com/ebitengine/purego v0.6.0-alpha.2 h1:lYSvMtNBEjNGAzqPC5WP7bHUOxkFU3L+JZMdxK7krkw=
github.com/ebitengine/purego v0.6.0-alpha.2/go.mod h1:ah1In8AOtksoNK6yk5z1HTJeUkC1Ez4Wk2idgGslMwQ=
github.com/go-text/typesetting v0.0.0-20231221124458-48cc05a56658 h1:KeDKnC99J3l5qJK4zV13Au2UwPn4N20TnIlM0YvILj8=