mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
ce34be560c
Closes #2314
20 lines
714 B
Modula-2
20 lines
714 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/file2byteslice v0.0.0-20210813153925-5340248a8f41
|
|
github.com/hajimehoshi/go-mp3 v0.3.3
|
|
github.com/hajimehoshi/oto/v2 v2.3.1-0.20220910073436-e0bfeb6d7e1e
|
|
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
|
|
)
|