2020-10-03 19:35:13 +02:00
|
|
|
module github.com/hajimehoshi/ebiten/v2
|
2018-07-21 08:16:07 +02:00
|
|
|
|
2022-10-29 16:20:15 +02:00
|
|
|
go 1.18
|
2019-05-01 10:43:28 +02:00
|
|
|
|
2018-07-21 08:16:07 +02:00
|
|
|
require (
|
2023-02-13 06:04:52 +01:00
|
|
|
github.com/ebitengine/purego v0.2.0-alpha.1.0.20230213042757-086b819e2f9a
|
2022-10-29 14:27:43 +02:00
|
|
|
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20221017161538-93cebf72946b
|
2022-12-16 16:20:14 +01:00
|
|
|
github.com/hajimehoshi/bitmapfont/v2 v2.2.3
|
2022-11-06 14:24:11 +01:00
|
|
|
github.com/hajimehoshi/go-mp3 v0.3.4
|
2023-01-30 07:41:56 +01:00
|
|
|
github.com/hajimehoshi/oto/v2 v2.4.0-alpha.12
|
2022-07-21 20:44:02 +02:00
|
|
|
github.com/jakecoffman/cp v1.2.1
|
2022-11-11 10:02:56 +01:00
|
|
|
github.com/jezek/xgb v1.1.0
|
2022-08-18 19:46:52 +02:00
|
|
|
github.com/jfreymuth/oggvorbis v1.0.4
|
2023-02-17 18:23:00 +01:00
|
|
|
golang.org/x/image v0.5.0
|
2022-11-11 10:02:56 +01:00
|
|
|
golang.org/x/mobile v0.0.0-20221110043201-43a038452099
|
2022-12-23 17:17:14 +01:00
|
|
|
golang.org/x/sync v0.1.0
|
2023-01-05 06:00:55 +01:00
|
|
|
golang.org/x/sys v0.4.0
|
|
|
|
golang.org/x/tools v0.5.0
|
2018-07-21 08:16:07 +02:00
|
|
|
)
|
2022-10-29 16:20:15 +02:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/jfreymuth/vorbis v1.0.2 // indirect
|
|
|
|
golang.org/x/exp v0.0.0-20190731235908-ec7cb31e5a56 // indirect
|
2022-11-11 10:02:56 +01:00
|
|
|
golang.org/x/mod v0.7.0 // indirect
|
2023-02-17 18:23:00 +01:00
|
|
|
golang.org/x/text v0.7.0 // indirect
|
2022-10-29 16:20:15 +02:00
|
|
|
)
|