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.
18 lines
605 B
18 lines
605 B
module code.rocketnine.space/tslocum/messeji |
|
|
|
go 1.17 |
|
|
|
require ( |
|
github.com/hajimehoshi/ebiten/v2 v2.2.5 |
|
golang.org/x/image v0.0.0-20220302094943-723b81ca9867 |
|
) |
|
|
|
require ( |
|
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20211213063430-748e38ca8aec // indirect |
|
github.com/jezek/xgb v1.0.0 // indirect |
|
golang.org/x/exp/shiny v0.0.0-20220310221936-9d5fb453b98c // indirect |
|
golang.org/x/mobile v0.0.0-20220307220422-55113b94f09c // indirect |
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect |
|
golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5 // indirect |
|
golang.org/x/text v0.3.7 // indirect |
|
)
|
|
|