2020-10-03 19:35:13 +02:00
|
|
|
module github.com/hajimehoshi/ebiten/v2
|
2018-07-21 08:16:07 +02:00
|
|
|
|
2019-05-01 10:43:28 +02:00
|
|
|
go 1.12
|
|
|
|
|
2018-07-21 08:16:07 +02:00
|
|
|
require (
|
2020-07-09 17:26:11 +02:00
|
|
|
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200707082815-5321531c36a2
|
2020-09-20 15:11:27 +02:00
|
|
|
github.com/gofrs/flock v0.8.0
|
2020-10-02 18:20:47 +02:00
|
|
|
github.com/hajimehoshi/bitmapfont/v2 v2.1.0
|
2020-08-13 17:44:04 +02:00
|
|
|
github.com/hajimehoshi/file2byteslice v0.0.0-20200812174855-0e5e8a80490e
|
2020-08-24 06:01:33 +02:00
|
|
|
github.com/hajimehoshi/go-mp3 v0.3.1
|
2020-10-12 16:18:11 +02:00
|
|
|
github.com/hajimehoshi/oto v0.6.6-0.20201012021214-90150a1b9603
|
2020-07-09 17:26:11 +02:00
|
|
|
github.com/jakecoffman/cp v1.0.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
|
2020-10-03 13:31:44 +02:00
|
|
|
golang.org/x/image v0.0.0-20200927104501-e162460cd6b5
|
2020-08-12 20:02:14 +02:00
|
|
|
golang.org/x/mobile v0.0.0-20200801112145-973feb4309de
|
2020-10-10 15:18:41 +02:00
|
|
|
golang.org/x/sys v0.0.0-20201009025420-dfb3f7c4e634
|
|
|
|
golang.org/x/tools v0.0.0-20201009162240-fcf82128ed91
|
2020-09-20 15:23:42 +02:00
|
|
|
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
|
2018-07-21 08:16:07 +02:00
|
|
|
)
|