2020-10-03 19:35:13 +02:00
|
|
|
module github.com/hajimehoshi/ebiten/v2
|
2018-07-21 08:16:07 +02:00
|
|
|
|
2020-11-01 08:54:58 +01:00
|
|
|
go 1.13
|
2019-05-01 10:43:28 +02:00
|
|
|
|
2018-07-21 08:16:07 +02:00
|
|
|
require (
|
2021-03-07 19:10:08 +01:00
|
|
|
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20210306165530-87ff8d237f3b
|
2020-09-20 15:11:27 +02:00
|
|
|
github.com/gofrs/flock v0.8.0
|
2021-01-10 20:25:58 +01:00
|
|
|
github.com/hajimehoshi/bitmapfont/v2 v2.1.3
|
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
|
2021-01-11 17:09:13 +01:00
|
|
|
github.com/hajimehoshi/oto v0.7.1
|
2021-04-10 18:45:14 +02:00
|
|
|
github.com/jakecoffman/cp v1.1.0
|
2021-01-31 08:06:01 +01:00
|
|
|
github.com/jfreymuth/oggvorbis v1.0.3
|
2021-04-10 18:45:14 +02:00
|
|
|
golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
|
|
|
|
golang.org/x/mobile v0.0.0-20210220033013-bdb1ca9a1e08
|
|
|
|
golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57
|
|
|
|
golang.org/x/tools v0.1.0
|
2021-04-10 18:50:35 +02:00
|
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
2018-07-21 08:16:07 +02:00
|
|
|
)
|