update ebiten

This commit is contained in:
Cesar Gimenes
2021-10-20 14:39:21 -03:00
parent 666d80be71
commit b923cc9fa4
2 changed files with 31 additions and 31 deletions

9
go.mod
View File

@@ -2,13 +2,14 @@ module github.com/crgimenes/neko
go 1.17
require github.com/hajimehoshi/ebiten/v2 v2.1.6
require github.com/hajimehoshi/ebiten/v2 v2.2.1
require (
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20210727001814-0db043d8d5be // indirect
github.com/jezek/xgb v0.0.0-20210312150743-0e0f116e1240 // indirect
golang.org/x/exp v0.0.0-20190731235908-ec7cb31e5a56 // indirect
golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb // indirect
golang.org/x/mobile v0.0.0-20210220033013-bdb1ca9a1e08 // indirect
golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d // indirect
golang.org/x/mobile v0.0.0-20210902104108-5d9a33257ab5 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.0.0-20210415045647-66c3f260301c // indirect
golang.org/x/sys v0.0.0-20210917161153-d61c044b1678 // indirect
)