mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
21 lines
758 B
Modula-2
21 lines
758 B
Modula-2
module github.com/hajimehoshi/ebiten/v2
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20210306165530-87ff8d237f3b
|
|
github.com/gofrs/flock v0.8.0
|
|
github.com/hajimehoshi/bitmapfont/v2 v2.1.3
|
|
github.com/hajimehoshi/file2byteslice v0.0.0-20200812174855-0e5e8a80490e
|
|
github.com/hajimehoshi/go-mp3 v0.3.1
|
|
github.com/hajimehoshi/oto v0.7.1
|
|
github.com/jakecoffman/cp v1.1.0
|
|
github.com/jfreymuth/oggvorbis v1.0.3
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
|
golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
|
|
golang.org/x/mobile v0.0.0-20210220033013-bdb1ca9a1e08
|
|
golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57
|
|
golang.org/x/tools v0.1.0
|
|
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
|
|
)
|