mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
ab195a08a2
The latest GLFW includes the fix for #648. Fixes #648
22 lines
877 B
Modula-2
22 lines
877 B
Modula-2
module github.com/hajimehoshi/ebiten
|
|
|
|
require (
|
|
github.com/go-gl/gl v0.0.0-20180407155706-68e253793080
|
|
github.com/go-gl/glfw v0.0.0-20181008143348-547915429f42
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
|
|
github.com/gopherjs/gopherwasm v1.0.0
|
|
github.com/hajimehoshi/bitmapfont v1.1.1
|
|
github.com/hajimehoshi/go-mp3 v0.1.1
|
|
github.com/hajimehoshi/oto v0.2.0
|
|
github.com/jakecoffman/cp v0.1.0
|
|
github.com/jfreymuth/oggvorbis v1.0.0
|
|
github.com/jfreymuth/vorbis v1.0.0 // indirect
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/theckman/go-flock v0.6.0
|
|
golang.org/x/image v0.0.0-20180926015637-991ec62608f3
|
|
golang.org/x/mobile v0.0.0-20180907224111-0ff817254b04
|
|
golang.org/x/sys v0.0.0-20180814072032-4e1fef560951
|
|
golang.org/x/tools v0.0.0-20180928181343-b3c0be4c978b // indirect
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
)
|