mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
parent
d6bfca30e2
commit
481529ea84
2
go.mod
2
go.mod
@ -3,7 +3,7 @@ module github.com/hajimehoshi/ebiten/v2
|
||||
go 1.18
|
||||
|
||||
require (
|
||||
github.com/ebitengine/oto/v3 v3.1.0-alpha
|
||||
github.com/ebitengine/oto/v3 v3.1.0-alpha.0.20230802152524-4a3b4ea61451
|
||||
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
|
||||
|
4
go.sum
4
go.sum
@ -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.1.0-alpha h1:kKrvZLbj5cWIzaSoz+/Dra0IvhNpAFZEh6P945KveiQ=
|
||||
github.com/ebitengine/oto/v3 v3.1.0-alpha/go.mod h1:50zY546V7eVjIb6+jZGPrcSG64nGfKqDgPnwFft05o0=
|
||||
github.com/ebitengine/oto/v3 v3.1.0-alpha.0.20230802152524-4a3b4ea61451 h1:rwQBVEvks/gti3xXjlCe7azLfhGcpCxfwRo2+hjl9s8=
|
||||
github.com/ebitengine/oto/v3 v3.1.0-alpha.0.20230802152524-4a3b4ea61451/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=
|
||||
|
Loading…
Reference in New Issue
Block a user