2020-10-03 19:35:13 +02:00
|
|
|
module github.com/hajimehoshi/ebiten/v2
|
2018-07-21 08:16:07 +02:00
|
|
|
|
2021-06-07 20:17:22 +02:00
|
|
|
go 1.15
|
2019-05-01 10:43:28 +02:00
|
|
|
|
2018-07-21 08:16:07 +02:00
|
|
|
require (
|
2022-06-04 15:54:32 +02:00
|
|
|
github.com/ebiten/purego v0.0.0-20220525025155-0f6873f42222
|
2022-05-20 15:26:04 +02:00
|
|
|
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20220516021902-eb3e265c7661
|
2022-01-21 18:55:20 +01:00
|
|
|
github.com/hajimehoshi/bitmapfont/v2 v2.2.0
|
2021-09-19 11:29:15 +02:00
|
|
|
github.com/hajimehoshi/file2byteslice v0.0.0-20210813153925-5340248a8f41
|
2022-04-11 03:46:57 +02:00
|
|
|
github.com/hajimehoshi/go-mp3 v0.3.3
|
2022-06-05 19:40:06 +02:00
|
|
|
github.com/hajimehoshi/oto/v2 v2.2.0-alpha.2.0.20220605172716-605266baffe5
|
2021-04-10 18:45:14 +02:00
|
|
|
github.com/jakecoffman/cp v1.1.0
|
2022-04-06 03:54:52 +02:00
|
|
|
github.com/jezek/xgb v1.0.0
|
2021-01-31 08:06:01 +01:00
|
|
|
github.com/jfreymuth/oggvorbis v1.0.3
|
2022-04-06 03:54:52 +02:00
|
|
|
golang.org/x/image v0.0.0-20220321031419-a8550c1d254a
|
2022-05-19 01:58:35 +02:00
|
|
|
golang.org/x/mobile v0.0.0-20220518205345-8578da9835fd
|
2022-04-11 03:56:42 +02:00
|
|
|
golang.org/x/sys v0.0.0-20220408201424-a24fb2fb8a0f
|
2022-04-06 03:54:52 +02:00
|
|
|
golang.org/x/tools v0.1.10
|
2018-07-21 08:16:07 +02:00
|
|
|
)
|