ebiten/go.mod

27 lines
801 B
Modula-2
Raw Normal View History

2020-10-03 19:35:13 +02:00
module github.com/hajimehoshi/ebiten/v2
2018-07-21 08:16:07 +02:00
go 1.18
2018-07-21 08:16:07 +02:00
require (
2023-08-05 17:02:35 +02:00
github.com/ebitengine/oto/v3 v3.1.0-alpha.1
github.com/ebitengine/purego v0.5.0-alpha.1
2023-08-03 18:57:43 +02:00
github.com/go-text/typesetting v0.0.0-20230803102845-24e03d8b5372
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
2022-11-11 10:02:56 +01:00
github.com/jezek/xgb v1.1.0
2023-03-01 09:12:43 +01:00
github.com/jfreymuth/oggvorbis v1.0.5
2023-08-23 06:50:44 +02:00
golang.org/x/image v0.11.0
golang.org/x/mobile v0.0.0-20230818142238-7088062f872d
2023-06-30 17:55:20 +02:00
golang.org/x/sync v0.3.0
2023-08-23 06:50:44 +02:00
golang.org/x/sys v0.11.0
golang.org/x/tools v0.12.1-0.20230818130535-1517d1a3ba60
2018-07-21 08:16:07 +02:00
)
require (
github.com/jfreymuth/vorbis v1.0.2 // indirect
golang.org/x/exp v0.0.0-20190731235908-ec7cb31e5a56 // indirect
2023-07-11 20:03:15 +02:00
golang.org/x/mod v0.12.0 // indirect
2023-08-23 06:50:44 +02:00
golang.org/x/text v0.12.0 // indirect
)