mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
parent
3776e3cceb
commit
8fe3a0ef9b
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.2.0-alpha
|
||||
github.com/ebitengine/purego v0.6.0-alpha
|
||||
github.com/ebitengine/oto/v3 v3.2.0-alpha.0.20230922145042-f23f64c6fc49
|
||||
github.com/ebitengine/purego v0.6.0-alpha.0.20230922114835-67367cee67ef
|
||||
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.2.0-alpha h1:DC2KMhcVVoNQuXrM7PcVzAH68eWJv8DLNwcnbEA1H+8=
|
||||
github.com/ebitengine/oto/v3 v3.2.0-alpha/go.mod h1:amxMHeouOpSb6pNjaCK1axRfFaRcWZXSi30qf8A3fyg=
|
||||
github.com/ebitengine/purego v0.6.0-alpha h1:7skbuQ4040gPjIt6Dmvreeyjuuy+xIK1CW5cssLg0+o=
|
||||
github.com/ebitengine/purego v0.6.0-alpha/go.mod h1:ah1In8AOtksoNK6yk5z1HTJeUkC1Ez4Wk2idgGslMwQ=
|
||||
github.com/ebitengine/oto/v3 v3.2.0-alpha.0.20230922145042-f23f64c6fc49 h1:WhDWkOSADa0OIY0lAaEsW98QXBCX5hMOTGiaUcmi5/c=
|
||||
github.com/ebitengine/oto/v3 v3.2.0-alpha.0.20230922145042-f23f64c6fc49/go.mod h1:lOlqPcP2K5X129k3dZCwH0d13Tw5GEwDvvS1+NuEAb4=
|
||||
github.com/ebitengine/purego v0.6.0-alpha.0.20230922114835-67367cee67ef h1:SvtZizcungvVrK55k42FwAfRqCV0HO1v0B9n5eOdVRs=
|
||||
github.com/ebitengine/purego v0.6.0-alpha.0.20230922114835-67367cee67ef/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