mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
20 lines
768 B
Modula-2
20 lines
768 B
Modula-2
module github.com/hajimehoshi/ebiten/v2
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20211213063430-748e38ca8aec
|
|
github.com/hajimehoshi/bitmapfont/v2 v2.2.0
|
|
github.com/hajimehoshi/file2byteslice v0.0.0-20210813153925-5340248a8f41
|
|
github.com/hajimehoshi/go-mp3 v0.3.2
|
|
github.com/hajimehoshi/oto/v2 v2.1.0-alpha.5.0.20220210053822-01e4dbe35a33
|
|
github.com/jakecoffman/cp v1.1.0
|
|
github.com/jezek/xgb v0.0.0-20210312150743-0e0f116e1240
|
|
github.com/jfreymuth/oggvorbis v1.0.3
|
|
golang.org/x/image v0.0.0-20211028202545-6944b10bf410
|
|
golang.org/x/mobile v0.0.0-20220104184238-4a8be17bd2e3
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
|
golang.org/x/sys v0.0.0-20220128215802-99c3d69c2c27
|
|
golang.org/x/tools v0.1.8-0.20211022200916-316ba0b74098
|
|
)
|