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
755 B
20 lines
755 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.5 |
|
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-20211213063430-748e38ca8aec // indirect |
|
github.com/hajimehoshi/oto/v2 v2.1.0-alpha.5 // indirect |
|
github.com/jezek/xgb v0.0.0-20220216171722-7a4fade77cf2 // indirect |
|
golang.org/x/exp/shiny v0.0.0-20220215214139-058d147d01d4 // indirect |
|
golang.org/x/mobile v0.0.0-20220112015953-858099ff7816 // indirect |
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect |
|
golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect |
|
)
|
|
|