mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
b752a6ca28
This is a reland of these commits: *fd1788710c
*5565893f2f
Now Ebitengine doesn't use golang.org/x/sys/unix, Go 1.16 should be able to compile Ebitengine.
19 lines
599 B
Modula-2
19 lines
599 B
Modula-2
module github.com/hajimehoshi/ebiten/v2
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/ebitengine/purego v0.2.0-alpha.0.20220915044048-aa1b0f680473
|
|
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20221017161538-93cebf72946b
|
|
github.com/hajimehoshi/bitmapfont/v2 v2.2.2-0.20221027035110-b81177d4b54a
|
|
github.com/hajimehoshi/go-mp3 v0.3.3
|
|
github.com/hajimehoshi/oto/v2 v2.4.0-alpha.4
|
|
github.com/jakecoffman/cp v1.2.1
|
|
github.com/jezek/xgb v1.0.1
|
|
github.com/jfreymuth/oggvorbis v1.0.4
|
|
golang.org/x/image v0.1.0
|
|
golang.org/x/mobile v0.0.0-20221020085226-b36e6246172e
|
|
golang.org/x/sys v0.1.0
|
|
golang.org/x/tools v0.2.0
|
|
)
|