Skip to content

Commit

Permalink
update Oto to v3.1.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
hajimehoshi committed Jul 30, 2023
1 parent f81dbd9 commit 7eb70d0
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.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
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -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=
Expand Down

0 comments on commit 7eb70d0

Please sign in to comment.