ebiten: convert view-obj

This commit is contained in:
2019-12-29 15:38:49 +00:00
parent 0320743b30
commit 6f605aa502
7 changed files with 179 additions and 228 deletions

4
go.mod
View File

@@ -8,8 +8,8 @@ require (
github.com/faiface/mainthread v0.0.0-20171120011319-8b78f0a41ae3 // indirect
github.com/faiface/pixel v0.8.0
github.com/go-gl/gl v0.0.0-20190320180904-bf2b1f2f34d7 // indirect
github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1 // indirect
github.com/go-gl/mathgl v0.0.0-20190713194549-592312d8590a // indirect
github.com/hajimehoshi/ebiten v1.10.2
github.com/pkg/errors v0.8.1 // indirect
golang.org/x/image v0.0.0-20190910094157-69e4b8554b2a
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8
)