mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
eb4fe093ed
This reverts these commits *aef06f3b91
. *77b67d0fe6
. Reason: see https://github.com/hajimehoshi/ebiten/issues/2118#issuecomment-1146890541
22 lines
770 B
Modula-2
22 lines
770 B
Modula-2
module github.com/hajimehoshi/ebiten/v2
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20220320163800-277f93cfa958
|
|
github.com/gofrs/flock v0.8.1
|
|
github.com/hajimehoshi/bitmapfont/v2 v2.2.0
|
|
github.com/hajimehoshi/file2byteslice v0.0.0-20210813153925-5340248a8f41
|
|
github.com/hajimehoshi/go-mp3 v0.3.3
|
|
github.com/hajimehoshi/oto/v2 v2.1.0
|
|
github.com/jakecoffman/cp v1.1.0
|
|
github.com/jezek/xgb v1.0.0
|
|
github.com/jfreymuth/oggvorbis v1.0.3
|
|
golang.org/x/image v0.0.0-20220321031419-a8550c1d254a
|
|
golang.org/x/mobile v0.0.0-20220518205345-8578da9835fd
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
|
golang.org/x/sys v0.0.0-20220408201424-a24fb2fb8a0f
|
|
golang.org/x/tools v0.1.10
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
)
|