ebiten/go.mod

26 lines
762 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 (
2022-10-31 05:52:45 +01:00
github.com/ebitengine/purego v0.2.0-alpha.0.20221031034428-fbeb60f11c96
2022-10-29 14:27:43 +02:00
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20221017161538-93cebf72946b
github.com/hajimehoshi/bitmapfont/v2 v2.2.2
2022-04-11 03:46:57 +02:00
github.com/hajimehoshi/go-mp3 v0.3.3
github.com/hajimehoshi/oto/v2 v2.3.1
2022-07-21 20:44:02 +02:00
github.com/jakecoffman/cp v1.2.1
2022-06-23 19:06:23 +02:00
github.com/jezek/xgb v1.0.1
github.com/jfreymuth/oggvorbis v1.0.4
golang.org/x/image v0.1.0
2022-10-20 10:54:02 +02:00
golang.org/x/mobile v0.0.0-20221020085226-b36e6246172e
golang.org/x/sys v0.1.0
golang.org/x/tools v0.2.0
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
golang.org/x/mod v0.6.0 // indirect
golang.org/x/text v0.4.0 // indirect
)