You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
749 B
20 lines
749 B
module code.rocketnine.space/tslocum/carotidartillery |
|
|
|
go 1.17 |
|
|
|
require ( |
|
github.com/Meshiest/go-dungeon v0.0.0-20160809210039-1d1d1e7596b8 |
|
github.com/hajimehoshi/ebiten/v2 v2.2.1 |
|
golang.org/x/image v0.0.0-20211028202545-6944b10bf410 |
|
golang.org/x/text v0.3.7 |
|
) |
|
|
|
require ( |
|
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20211024062804-40e447a793be // indirect |
|
github.com/hajimehoshi/oto/v2 v2.1.0-alpha.3 // indirect |
|
github.com/jezek/xgb v0.0.0-20210312150743-0e0f116e1240 // indirect |
|
golang.org/x/exp v0.0.0-20211029182501-9b944d235b9d // indirect |
|
golang.org/x/mobile v0.0.0-20211030030900-170e11ba2351 // indirect |
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect |
|
golang.org/x/sys v0.0.0-20211031064116-611d5d643895 // indirect |
|
)
|
|
|