mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
cca2addb8a
Updates hajimehoshi/oto#151
20 lines
738 B
Modula-2
20 lines
738 B
Modula-2
module github.com/hajimehoshi/ebiten/v2
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20210727001814-0db043d8d5be
|
|
github.com/hajimehoshi/bitmapfont/v2 v2.1.3
|
|
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.1.0.20210923163209-814d00b24eef
|
|
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-20210628002857-a66eb6448b8d
|
|
golang.org/x/mobile v0.0.0-20210902104108-5d9a33257ab5
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
|
golang.org/x/sys v0.0.0-20210917161153-d61c044b1678
|
|
golang.org/x/tools v0.1.6
|
|
)
|