2018-07-21 08:16:07 +02:00
|
|
|
module github.com/hajimehoshi/ebiten
|
|
|
|
|
|
|
|
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
|
2019-01-25 03:37:29 +01:00
|
|
|
github.com/gopherjs/gopherwasm v1.1.0
|
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-02 16:28:52 +02:00
|
|
|
github.com/hajimehoshi/oto v0.3.3-0.20190402142542-ea42285388c2
|
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
|
2018-12-29 15:40:56 +01:00
|
|
|
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 // indirect
|
2019-02-03 06:13:48 +01:00
|
|
|
golang.org/x/sys v0.0.0-20190203050204-7ae0202eb74c
|
|
|
|
golang.org/x/tools v0.0.0-20190202235157-7414d4c1f71c // indirect
|
2018-07-21 08:16:07 +02:00
|
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
|
|
)
|