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 (
|
2020-06-27 16:55:32 +02:00
|
|
|
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200625191551-73d3c3675aa3
|
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
|
2020-06-09 15:27:20 +02:00
|
|
|
github.com/hajimehoshi/go-mp3 v0.3.0
|
2020-05-26 13:23:19 +02:00
|
|
|
github.com/hajimehoshi/oto v0.6.1
|
2018-07-21 19:04:39 +02:00
|
|
|
github.com/jakecoffman/cp v0.1.0
|
2020-03-30 20:32:38 +02:00
|
|
|
github.com/jfreymuth/oggvorbis v1.0.1
|
|
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
|
|
|
golang.org/x/image v0.0.0-20200119044424-58c23975cae1
|
2020-06-30 06:14:28 +02:00
|
|
|
golang.org/x/mobile v0.0.0-20200629153529-33b80540585f
|
2020-03-30 20:32:38 +02:00
|
|
|
golang.org/x/sys v0.0.0-20200327173247-9dae0f8f5775
|
|
|
|
golang.org/x/tools v0.0.0-20200330175517-31583a0dbbc8
|
|
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
2018-07-21 08:16:07 +02:00
|
|
|
)
|