2018-07-21 08:16:07 +02:00
|
|
|
module github.com/hajimehoshi/ebiten
|
|
|
|
|
2019-05-01 10:43:28 +02:00
|
|
|
go 1.12
|
|
|
|
|
2018-07-21 08:16:07 +02:00
|
|
|
require (
|
2019-05-21 20:17:33 +02:00
|
|
|
github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1
|
2019-06-13 02:44:03 +02:00
|
|
|
github.com/gofrs/flock v0.7.1
|
2018-07-21 08:16:07 +02:00
|
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
|
2019-07-14 11:09:09 +02:00
|
|
|
github.com/hajimehoshi/bitmapfont v1.2.0
|
2019-05-23 20:24:54 +02:00
|
|
|
github.com/hajimehoshi/go-mp3 v0.2.1
|
2019-12-18 16:03:35 +01:00
|
|
|
github.com/hajimehoshi/oto v0.5.4-0.20191218145825-0644fbe4140c
|
2018-07-21 19:04:39 +02:00
|
|
|
github.com/jakecoffman/cp v0.1.0
|
2018-07-21 08:16:07 +02:00
|
|
|
github.com/jfreymuth/oggvorbis v1.0.0
|
|
|
|
github.com/jfreymuth/vorbis v1.0.0 // indirect
|
|
|
|
github.com/kr/pretty v0.1.0 // indirect
|
2019-10-26 20:06:09 +02:00
|
|
|
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
|
2018-07-21 08:16:07 +02:00
|
|
|
)
|