mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
update Oto (fix the issue when disabling all the audio devices)
Closes #2555
This commit is contained in:
parent
2790add85d
commit
328532c9fa
2
go.mod
2
go.mod
@ -7,7 +7,7 @@ require (
|
||||
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20221017161538-93cebf72946b
|
||||
github.com/hajimehoshi/bitmapfont/v2 v2.2.3
|
||||
github.com/hajimehoshi/go-mp3 v0.3.4
|
||||
github.com/hajimehoshi/oto/v2 v2.4.0-alpha.11.0.20230127070610-2be4e13e7300
|
||||
github.com/hajimehoshi/oto/v2 v2.4.0-alpha.11.0.20230127094143-4f1ad619d58a
|
||||
github.com/jakecoffman/cp v1.2.1
|
||||
github.com/jezek/xgb v1.1.0
|
||||
github.com/jfreymuth/oggvorbis v1.0.4
|
||||
|
4
go.sum
4
go.sum
@ -8,8 +8,8 @@ github.com/hajimehoshi/bitmapfont/v2 v2.2.3/go.mod h1:sWM8ejdkGSXaQGlZcegMRx4DyE
|
||||
github.com/hajimehoshi/go-mp3 v0.3.4 h1:NUP7pBYH8OguP4diaTZ9wJbUbk3tC0KlfzsEpWmYj68=
|
||||
github.com/hajimehoshi/go-mp3 v0.3.4/go.mod h1:fRtZraRFcWb0pu7ok0LqyFhCUrPeMsGRSVop0eemFmo=
|
||||
github.com/hajimehoshi/oto/v2 v2.3.1/go.mod h1:seWLbgHH7AyUMYKfKYT9pg7PhUu9/SisyJvNTT+ASQo=
|
||||
github.com/hajimehoshi/oto/v2 v2.4.0-alpha.11.0.20230127070610-2be4e13e7300 h1:MBx2eh9G4gFWdqe9iIRoT5OJUcxbRQ/GYc0IJwA2yDk=
|
||||
github.com/hajimehoshi/oto/v2 v2.4.0-alpha.11.0.20230127070610-2be4e13e7300/go.mod h1:wre+KgbOrKDXpgk6W/JC6KoFqZnVC/VtX5ZFRkJuxO4=
|
||||
github.com/hajimehoshi/oto/v2 v2.4.0-alpha.11.0.20230127094143-4f1ad619d58a h1:pfC1hv4CFvi9iv3O8tguGFLv6HYtuVHh4ItKtnfpq2M=
|
||||
github.com/hajimehoshi/oto/v2 v2.4.0-alpha.11.0.20230127094143-4f1ad619d58a/go.mod h1:wre+KgbOrKDXpgk6W/JC6KoFqZnVC/VtX5ZFRkJuxO4=
|
||||
github.com/jakecoffman/cp v1.2.1 h1:zkhc2Gpo9l4NLUZfeG3j33+3bQD7MkqPa+n5PdX+5mI=
|
||||
github.com/jakecoffman/cp v1.2.1/go.mod h1:JjY/Fp6d8E1CHnu74gWNnU0+b9VzEdUVPoJxg2PsTQg=
|
||||
github.com/jezek/xgb v1.1.0 h1:wnpxJzP1+rkbGclEkmwpVFQWpuE2PUGNUzP8SbfFobk=
|
||||
|
Loading…
Reference in New Issue
Block a user