ebiten/go.mod

21 lines
748 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
2018-10-08 11:30:30 +02:00
github.com/hajimehoshi/bitmapfont v1.1.1
2019-05-23 20:24:54 +02:00
github.com/hajimehoshi/go-mp3 v0.2.1
2019-06-16 20:01:00 +02:00
github.com/hajimehoshi/oto v0.3.5-0.20190616180011-3d2f4f95dfd4
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-05-07 17:04:24 +02:00
golang.org/x/image v0.0.0-20190227222117-0694c2d4d067
golang.org/x/mobile v0.0.0-20190415191353-3e0bab5405d6
golang.org/x/sys v0.0.0-20190429190828-d89cdac9e872
2018-07-21 08:16:07 +02:00
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)