mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
21 lines
769 B
Modula-2
21 lines
769 B
Modula-2
module github.com/hajimehoshi/ebiten
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4
|
|
github.com/gofrs/flock v0.7.1
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
|
|
github.com/hajimehoshi/bitmapfont v1.2.0
|
|
github.com/hajimehoshi/go-mp3 v0.3.0
|
|
github.com/hajimehoshi/oto v0.6.1
|
|
github.com/jakecoffman/cp v0.1.0
|
|
github.com/jfreymuth/oggvorbis v1.0.1
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
|
golang.org/x/image v0.0.0-20200119044424-58c23975cae1
|
|
golang.org/x/mobile v0.0.0-20200329125638-4c31acba0007
|
|
golang.org/x/sys v0.0.0-20200327173247-9dae0f8f5775
|
|
golang.org/x/tools v0.0.0-20200330175517-31583a0dbbc8
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
|
)
|