Update ebiten

This commit is contained in:
2020-03-18 20:55:01 +00:00
parent 65249b59c4
commit 9e3389c8ad
2 changed files with 30 additions and 1 deletions

6
go.mod
View File

@@ -4,5 +4,9 @@ go 1.12
require (
github.com/BurntSushi/toml v0.3.1
github.com/hajimehoshi/ebiten v1.10.2
github.com/hajimehoshi/ebiten v1.11.0-alpha.2.0.20200101150127-38815ba801a5
golang.org/x/exp v0.0.0-20200228211341-fcea875c7e85 // indirect
golang.org/x/image v0.0.0-20200119044424-58c23975cae1 // indirect
golang.org/x/mobile v0.0.0-20200222142934-3c8601c510d0 // indirect
golang.org/x/sys v0.0.0-20200317113312-5766fd39f98d // indirect
)