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 (
|
2024-03-29 18:05:17 +01:00
|
|
|
github.com/ebitengine/gomobile v0.0.0-20240329170434-1771503ff0a8
|
2024-01-31 04:35:16 +01:00
|
|
|
github.com/ebitengine/hideconsole v1.0.0
|
2024-04-04 04:56:02 +02:00
|
|
|
github.com/ebitengine/oto/v3 v3.3.0-alpha.1
|
2024-04-10 18:29:44 +02:00
|
|
|
github.com/ebitengine/purego v0.8.0-alpha.1
|
2024-04-02 20:41:52 +02:00
|
|
|
github.com/go-text/typesetting v0.1.1-0.20240402181327-ced1d6822703
|
2023-06-01 19:36:25 +02:00
|
|
|
github.com/hajimehoshi/bitmapfont/v3 v3.0.0
|
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-01-07 11:19:14 +01:00
|
|
|
golang.org/x/image v0.15.0
|
|
|
|
golang.org/x/sync v0.6.0
|
2024-03-07 02:03:44 +01:00
|
|
|
golang.org/x/sys v0.18.0
|
2023-11-16 05:53:55 +01:00
|
|
|
golang.org/x/text v0.14.0
|
2024-03-24 06:43:51 +01:00
|
|
|
golang.org/x/tools v0.19.0
|
2018-07-21 08:16:07 +02:00
|
|
|
)
|
2022-10-29 16:20:15 +02:00
|
|
|
|
|
|
|
require (
|
2024-04-11 08:28:23 +02:00
|
|
|
github.com/gen2brain/mpeg v0.2.2 // indirect
|
2022-10-29 16:20:15 +02:00
|
|
|
github.com/jfreymuth/vorbis v1.0.2 // indirect
|
2024-03-24 06:43:51 +01:00
|
|
|
golang.org/x/mod v0.16.0 // indirect
|
2022-10-29 16:20:15 +02:00
|
|
|
)
|