mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
62127e432e
Closes #2036 Closes ebitengine/purego#31
19 lines
648 B
Modula-2
19 lines
648 B
Modula-2
module github.com/hajimehoshi/ebiten/v2
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/ebitengine/purego v0.0.0-20220905075623-aeed57cda744
|
|
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20220806181222-55e207c401ad
|
|
github.com/hajimehoshi/bitmapfont/v2 v2.2.1
|
|
github.com/hajimehoshi/go-mp3 v0.3.3
|
|
github.com/hajimehoshi/oto/v2 v2.4.0-alpha.1.0.20220831153926-aa0e3615d063
|
|
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.0.0-20220722155232-062f8c9fd539
|
|
golang.org/x/mobile v0.0.0-20220722155234-aaac322e2105
|
|
golang.org/x/sys v0.0.0-20220818161305-2296e01440c6
|
|
golang.org/x/tools v0.1.12
|
|
)
|