2018-07-21 08:16:07 +02:00
|
|
|
module github.com/hajimehoshi/ebiten
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/go-gl/gl v0.0.0-20180407155706-68e253793080
|
|
|
|
github.com/go-gl/glfw v0.0.0-20180426074136-46a8d530c326
|
|
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
|
2018-07-24 18:26:26 +02:00
|
|
|
github.com/gopherjs/gopherwasm v0.1.1
|
2018-08-06 16:29:31 +02:00
|
|
|
github.com/hajimehoshi/go-mp3 v0.1.0
|
2018-07-24 18:31:00 +02:00
|
|
|
github.com/hajimehoshi/go-mplusbitmap v1.0.1
|
2018-08-06 16:29:31 +02:00
|
|
|
github.com/hajimehoshi/oto v0.0.0-20180806144010-f48c4541b748
|
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
|
|
|
|
github.com/theckman/go-flock v0.4.0
|
|
|
|
golang.org/x/image v0.0.0-20180708004352-c73c2afc3b81
|
2018-08-06 16:29:31 +02:00
|
|
|
golang.org/x/mobile v0.0.0-20180806140643-507816974b79
|
|
|
|
golang.org/x/sys v0.0.0-20180806082429-34b17bdb4300
|
2018-07-21 08:16:07 +02:00
|
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
|
|
)
|