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 (
|
2021-12-26 17:24:38 +01:00
|
|
|
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20211213063430-748e38ca8aec
|
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
|
2021-04-17 13:30:10 +02:00
|
|
|
github.com/hajimehoshi/go-mp3 v0.3.2
|
2021-12-28 17:28:35 +01:00
|
|
|
github.com/hajimehoshi/oto/v2 v2.1.0-alpha.5
|
2021-04-10 18:45:14 +02:00
|
|
|
github.com/jakecoffman/cp v1.1.0
|
2021-09-16 16:10:36 +02:00
|
|
|
github.com/jezek/xgb v0.0.0-20210312150743-0e0f116e1240
|
2021-01-31 08:06:01 +01:00
|
|
|
github.com/jfreymuth/oggvorbis v1.0.3
|
2022-01-21 18:55:20 +01:00
|
|
|
golang.org/x/image v0.0.0-20211028202545-6944b10bf410
|
2022-01-05 09:37:28 +01:00
|
|
|
golang.org/x/mobile v0.0.0-20220104184238-4a8be17bd2e3
|
2021-04-17 13:30:10 +02:00
|
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
2022-02-02 14:10:34 +01:00
|
|
|
golang.org/x/sys v0.0.0-20220128215802-99c3d69c2c27
|
2022-01-05 09:37:28 +01:00
|
|
|
golang.org/x/tools v0.1.8-0.20211022200916-316ba0b74098
|
2018-07-21 08:16:07 +02:00
|
|
|
)
|