mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
22 lines
773 B
Modula-2
22 lines
773 B
Modula-2
module github.com/hajimehoshi/ebiten
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1
|
|
github.com/gofrs/flock v0.7.1
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
|
|
github.com/hajimehoshi/bitmapfont v1.2.0
|
|
github.com/hajimehoshi/go-mp3 v0.2.1
|
|
github.com/hajimehoshi/oto v0.5.1
|
|
github.com/jakecoffman/cp v0.1.0
|
|
github.com/jfreymuth/oggvorbis v1.0.0
|
|
github.com/jfreymuth/vorbis v1.0.0 // indirect
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8
|
|
golang.org/x/mobile v0.0.0-20191025110607-73ccc5ba0426
|
|
golang.org/x/sys v0.0.0-20191026070338-33540a1f6037
|
|
golang.org/x/tools v0.0.0-20191026034945-b2104f82a97d
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
)
|