mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
20 lines
692 B
Modula-2
20 lines
692 B
Modula-2
module github.com/hajimehoshi/ebiten/v2
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/ebitengine/purego v0.0.0-20220619034157-bda3acfed6e9
|
|
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20220622232848-a6c407ee30a0
|
|
github.com/hajimehoshi/bitmapfont/v2 v2.2.0
|
|
github.com/hajimehoshi/file2byteslice v0.0.0-20210813153925-5340248a8f41
|
|
github.com/hajimehoshi/go-mp3 v0.3.3
|
|
github.com/hajimehoshi/oto/v2 v2.2.0-alpha.3
|
|
github.com/jakecoffman/cp v1.2.0
|
|
github.com/jezek/xgb v1.0.1
|
|
github.com/jfreymuth/oggvorbis v1.0.3
|
|
golang.org/x/image v0.0.0-20220617043117-41969df76e82
|
|
golang.org/x/mobile v0.0.0-20220518205345-8578da9835fd
|
|
golang.org/x/sys v0.0.0-20220622161953-175b2fd9d664
|
|
golang.org/x/tools v0.1.11
|
|
)
|