21 lines
737 B
Modula-2
21 lines
737 B
Modula-2
module github.com/hajimehoshi/ebiten/v2
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20210715014612-ab6297867137
|
|
github.com/gofrs/flock v0.8.0
|
|
github.com/hajimehoshi/bitmapfont/v2 v2.1.3
|
|
github.com/hajimehoshi/file2byteslice v0.0.0-20200812174855-0e5e8a80490e
|
|
github.com/hajimehoshi/go-mp3 v0.3.2
|
|
github.com/hajimehoshi/oto v0.7.1
|
|
github.com/jakecoffman/cp v1.1.0
|
|
github.com/jfreymuth/oggvorbis v1.0.3
|
|
golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
|
|
golang.org/x/mobile v0.0.0-20210716004757-34ab1303b554
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
|
golang.org/x/sys v0.0.0-20210510120138-977fb7262007
|
|
golang.org/x/tools v0.1.2
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
)
|