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-02-03 06:13:48 +01:00
|
|
|
github.com/go-gl/glfw v0.0.0-20181213070059-819e8ce5125f
|
2019-02-03 06:20:20 +01:00
|
|
|
github.com/gofrs/flock v0.7.0
|
2018-07-21 08:16:07 +02:00
|
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
|
2018-10-08 11:30:30 +02:00
|
|
|
github.com/hajimehoshi/bitmapfont v1.1.1
|
2019-04-08 00:39:17 +02:00
|
|
|
github.com/hajimehoshi/go-mp3 v0.2.0
|
2019-04-30 19:15:28 +02:00
|
|
|
github.com/hajimehoshi/oto v0.3.4-0.20190501045152-031fb1b9274d
|
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-02-03 06:13:48 +01:00
|
|
|
golang.org/x/image v0.0.0-20190118043309-183bebdce1b2
|
|
|
|
golang.org/x/mobile v0.0.0-20190127143845-a42111704963
|
2019-05-01 10:38:35 +02:00
|
|
|
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
|
|
|
|
golang.org/x/tools v0.0.0-20190501045030-23463209683d // indirect
|
2018-07-21 08:16:07 +02:00
|
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
|
|
)
|