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.
22 lines
844 B
22 lines
844 B
module code.rocketnine.space/tslocum/monovania |
|
|
|
go 1.17 |
|
|
|
require ( |
|
code.rocketnine.space/tslocum/gohan v0.0.0-20211208035702-62caf1bdd237 |
|
github.com/fogleman/ease v0.0.0-20170301025033-8da417bf1776 |
|
github.com/hajimehoshi/ebiten/v2 v2.2.3 |
|
github.com/lafriks/go-tiled v0.5.0 |
|
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-20211204153444-caad923f49f4 // indirect |
|
github.com/hajimehoshi/oto/v2 v2.1.0-alpha.4 // indirect |
|
github.com/jezek/xgb v0.0.0-20210312150743-0e0f116e1240 // indirect |
|
golang.org/x/exp v0.0.0-20211207001050-4f2595aad9e7 // indirect |
|
golang.org/x/mobile v0.0.0-20211207041440-4e6c2922fdee // indirect |
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect |
|
golang.org/x/sys v0.0.0-20211205182925-97ca703d548d // indirect |
|
)
|
|
|