mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
92c0d8da7e
This reverts commit 7b3294064d
.
Reason: #1377
22 lines
846 B
Modula-2
22 lines
846 B
Modula-2
module github.com/hajimehoshi/ebiten
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200707082815-5321531c36a2
|
|
github.com/gofrs/flock v0.8.0
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
|
|
github.com/hajimehoshi/bitmapfont/v2 v2.1.0
|
|
github.com/hajimehoshi/file2byteslice v0.0.0-20200812174855-0e5e8a80490e
|
|
github.com/hajimehoshi/go-mp3 v0.3.1
|
|
github.com/hajimehoshi/oto v0.6.5
|
|
github.com/jakecoffman/cp v1.0.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-20200801110659-972c09e46d76
|
|
golang.org/x/mobile v0.0.0-20200801112145-973feb4309de
|
|
golang.org/x/sys v0.0.0-20200918174421-af09f7315aff
|
|
golang.org/x/tools v0.0.0-20200918232735-d647fc253266
|
|
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
|
|
)
|