Skip to content

Commit

Permalink
all: update Oto
Browse files Browse the repository at this point in the history
This should mitigate noises on MacBook 2020.
  • Loading branch information
hajimehoshi committed Jan 2, 2024
1 parent 87fe7bf commit cdd995a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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.20231021101548-b794c0292b2b
github.com/ebitengine/oto/v3 v3.2.0-alpha.2.0.20240102153318-3f14867a1127
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
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/ebitengine/oto/v3 v3.2.0-alpha.2.0.20231021101548-b794c0292b2b h1:gi77VfxDFdIxm2lHa4lmKcrKi3CRft2R+FHijvoQXRg=
github.com/ebitengine/oto/v3 v3.2.0-alpha.2.0.20231021101548-b794c0292b2b/go.mod h1:JtMbxJHZBDXfS8BmVYwzWk9Z6r7jsjwsHzOuZrEkfs4=
github.com/ebitengine/oto/v3 v3.2.0-alpha.2.0.20240102153318-3f14867a1127 h1:RUP0IypyjnrIui98SZjYAj6mL3SSIiBPAy6YkBRV1oQ=
github.com/ebitengine/oto/v3 v3.2.0-alpha.2.0.20240102153318-3f14867a1127/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=
Expand Down

0 comments on commit cdd995a

Please sign in to comment.