ebiten/go.mod

22 lines
773 B
Modula-2
Raw Normal View History

2018-07-21 08:16:07 +02:00
module github.com/hajimehoshi/ebiten
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-07-28 02:31:30 +02:00
github.com/hajimehoshi/oto v0.4.0
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-09-01 19:57:19 +02:00
golang.org/x/image v0.0.0-20190829233526-b3c06291d021
golang.org/x/mobile v0.0.0-20190830201351-c6da95954960
golang.org/x/sys v0.0.0-20190830142957-1e83adbbebd0
golang.org/x/tools v0.0.0-20190830223141-573d9926052a
2018-07-21 08:16:07 +02:00
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)