2020-10-03 19:35:13 +02:00
|
|
|
module github.com/hajimehoshi/ebiten/v2
|
2018-07-21 08:16:07 +02:00
|
|
|
|
2024-09-11 16:57:29 +02:00
|
|
|
go 1.22.0
|
2019-05-01 10:43:28 +02:00
|
|
|
|
2018-07-21 08:16:07 +02:00
|
|
|
require (
|
2024-10-01 05:43:14 +02:00
|
|
|
github.com/ebitengine/gomobile v0.0.0-20241001034212-22433622d8a5
|
2024-01-31 04:35:16 +01:00
|
|
|
github.com/ebitengine/hideconsole v1.0.0
|
2024-10-05 16:55:54 +02:00
|
|
|
github.com/ebitengine/oto/v3 v3.4.0-alpha.1
|
2024-09-23 18:11:43 +02:00
|
|
|
github.com/ebitengine/purego v0.9.0-alpha
|
2024-04-12 18:14:20 +02:00
|
|
|
github.com/gen2brain/mpeg v0.3.2-0.20240412154320-a2ac4fc8a46f
|
2024-09-25 14:47:59 +02:00
|
|
|
github.com/go-text/typesetting v0.2.0
|
2024-09-23 18:11:43 +02:00
|
|
|
github.com/hajimehoshi/bitmapfont/v3 v3.3.0-alpha
|
2022-11-06 14:24:11 +01:00
|
|
|
github.com/hajimehoshi/go-mp3 v0.3.4
|
2022-07-21 20:44:02 +02:00
|
|
|
github.com/jakecoffman/cp v1.2.1
|
2023-12-16 10:37:54 +01:00
|
|
|
github.com/jezek/xgb v1.1.1
|
2023-03-01 09:12:43 +01:00
|
|
|
github.com/jfreymuth/oggvorbis v1.0.5
|
2024-03-24 08:00:38 +01:00
|
|
|
github.com/kisielk/errcheck v1.7.0
|
2024-09-11 16:57:29 +02:00
|
|
|
golang.org/x/image v0.20.0
|
2024-08-05 14:22:53 +02:00
|
|
|
golang.org/x/sync v0.8.0
|
2024-09-07 17:10:45 +02:00
|
|
|
golang.org/x/sys v0.25.0
|
2024-09-11 16:57:29 +02:00
|
|
|
golang.org/x/text v0.18.0
|
|
|
|
golang.org/x/tools v0.25.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
|
2024-07-04 06:57:20 +02:00
|
|
|
github.com/pierrec/lz4/v4 v4.1.21 // indirect
|
2024-09-11 16:57:29 +02:00
|
|
|
golang.org/x/mod v0.21.0 // indirect
|
2022-10-29 16:20:15 +02:00
|
|
|
)
|