mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-12 20:18:59 +01:00
update Oto to v3.1.0-alpha.3
This commit is contained in:
parent
19413c2805
commit
267eadbac7
4
go.mod
4
go.mod
@ -3,8 +3,8 @@ module github.com/hajimehoshi/ebiten/v2
|
||||
go 1.18
|
||||
|
||||
require (
|
||||
github.com/ebitengine/oto/v3 v3.1.0-alpha.2.0.20230909164631-3369785c90ea
|
||||
github.com/ebitengine/purego v0.5.0-alpha.2.0.20230909154830-63192295690d
|
||||
github.com/ebitengine/oto/v3 v3.1.0-alpha.3
|
||||
github.com/ebitengine/purego v0.5.0-alpha.3
|
||||
github.com/go-text/typesetting v0.0.0-20230905121921-abdbcca6e0eb
|
||||
github.com/hajimehoshi/bitmapfont/v3 v3.0.0
|
||||
github.com/hajimehoshi/go-mp3 v0.3.4
|
||||
|
8
go.sum
8
go.sum
@ -1,7 +1,7 @@
|
||||
github.com/ebitengine/oto/v3 v3.1.0-alpha.2.0.20230909164631-3369785c90ea h1:KM0GTGD2heyFImodvmPjJyxkXadH7agMpAkPukYp2tk=
|
||||
github.com/ebitengine/oto/v3 v3.1.0-alpha.2.0.20230909164631-3369785c90ea/go.mod h1:ofLbkwlSk+3/3OiYtDXBSf8SDPKVxXxRtA47yu4j6AY=
|
||||
github.com/ebitengine/purego v0.5.0-alpha.2.0.20230909154830-63192295690d h1:N+CZYJ1d76GVNdM14ToK7Plieyn4AZI6/qhmFiFFUx0=
|
||||
github.com/ebitengine/purego v0.5.0-alpha.2.0.20230909154830-63192295690d/go.mod h1:ah1In8AOtksoNK6yk5z1HTJeUkC1Ez4Wk2idgGslMwQ=
|
||||
github.com/ebitengine/oto/v3 v3.1.0-alpha.3 h1:Yd8ewCuzcQTD6u3jSmiQErtK1lFWixNkYA22P/piEYs=
|
||||
github.com/ebitengine/oto/v3 v3.1.0-alpha.3/go.mod h1:5rlespCQu7xPbNmveGEoBWIwrWKTT+4NFYK5ZPlX0nE=
|
||||
github.com/ebitengine/purego v0.5.0-alpha.3 h1:Vp/bwk3ueWWkZzDEgsja+aj+zLyxqF1V3gxcoSDP2fE=
|
||||
github.com/ebitengine/purego v0.5.0-alpha.3/go.mod h1:ah1In8AOtksoNK6yk5z1HTJeUkC1Ez4Wk2idgGslMwQ=
|
||||
github.com/go-text/typesetting v0.0.0-20230905121921-abdbcca6e0eb h1:4GpJirtA8yY24aqbU3uppiXGYiVpWfLIrqc2NNKKk9s=
|
||||
github.com/go-text/typesetting v0.0.0-20230905121921-abdbcca6e0eb/go.mod h1:evDBbvNR/KaVFZ2ZlDSOWWXIUKq0wCOEtzLxRM8SG3k=
|
||||
github.com/go-text/typesetting-utils v0.0.0-20230616150549-2a7df14b6a22 h1:LBQTFxP2MfsyEDqSKmUBZaDuDHN1vpqDyOZjcqS7MYI=
|
||||
|
Loading…
Reference in New Issue
Block a user