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
665 B
18 lines
665 B
module code.rocketnine.space/tslocum/kibodo |
|
|
|
go 1.17 |
|
|
|
require ( |
|
github.com/hajimehoshi/ebiten/v2 v2.2.0-alpha.14.0.20210915040438-ec2f82342091 |
|
golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d |
|
) |
|
|
|
require ( |
|
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20210727001814-0db043d8d5be // indirect |
|
github.com/jezek/xgb v0.0.0-20210312150743-0e0f116e1240 // indirect |
|
golang.org/x/exp v0.0.0-20210915225539-aeb18aa42a84 // 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-20210915083310-ed5796bab164 // indirect |
|
golang.org/x/text v0.3.7 // indirect |
|
)
|
|
|