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-10-21 12:17:25 +02:00
|
|
|
github.com/ebitengine/oto/v3 v3.2.0-alpha.2.0.20231021101548-b794c0292b2b
|
2023-11-25 10:46:30 +01:00
|
|
|
github.com/ebitengine/purego v0.6.0-alpha.2
|
2023-12-12 06:43:26 +01:00
|
|
|
github.com/go-text/typesetting v0.0.0-20231211160022-6295f3c76f4d
|
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
|
2023-10-04 05:15:02 +02:00
|
|
|
github.com/kisielk/errcheck v1.6.3
|
2023-11-16 05:53:55 +01:00
|
|
|
golang.org/x/image v0.14.0
|
2023-12-16 10:37:54 +01:00
|
|
|
golang.org/x/mobile v0.0.0-20231127183840-76ac6878050a
|
2023-11-06 18:19:46 +01:00
|
|
|
golang.org/x/sync v0.5.0
|
2023-12-16 10:37:54 +01:00
|
|
|
golang.org/x/sys v0.15.0
|
2023-11-16 05:53:55 +01:00
|
|
|
golang.org/x/text v0.14.0
|
2023-12-16 10:37:54 +01:00
|
|
|
golang.org/x/tools v0.16.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
|
2023-09-06 04:21:26 +02:00
|
|
|
golang.org/x/exp/shiny v0.0.0-20230817173708-d852ddb80c63 // indirect
|
2023-11-16 05:53:55 +01:00
|
|
|
golang.org/x/mod v0.14.0 // indirect
|
2022-10-29 16:20:15 +02:00
|
|
|
)
|