-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
executable file
·23 lines (19 loc) · 1.07 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/tducasse/ebiten-template
go 1.17
require github.com/hajimehoshi/ebiten/v2 v2.2.5
require github.com/jezek/xgb v0.0.0-20210312150743-0e0f116e1240 // indirect
require (
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20210727001814-0db043d8d5be // indirect
github.com/tducasse/ebiten-aseprite v0.0.0-20210911080958-5b926af9d020
github.com/tducasse/ebiten-camera v0.0.0-20210911070521-c3f9c781df61
github.com/tducasse/ebiten-collisions v0.0.0-20210911081002-ee23037f3d00
github.com/tducasse/ebiten-input v0.0.0-20210911070653-d11e9b0ed4e6
github.com/tducasse/ebiten-ldtk v0.0.0-20210911072203-cc0bfd4c8c63
github.com/tducasse/ebiten-manager v0.0.0-20210911070208-928daf2539e2
github.com/tducasse/ebiten-signals v0.0.0-20210911080937-8eea23d4a7f8
golang.org/x/exp v0.0.0-20210910231120-3d0173ecaa1e // 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-20210917161153-d61c044b1678 // indirect
)