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
758 B
20 lines
758 B
module code.rocketnine.space/tslocum/brownboxearthsim |
|
|
|
go 1.17 |
|
|
|
require ( |
|
github.com/hajimehoshi/ebiten/v2 v2.2.3 |
|
github.com/kvartborg/vector v0.1.0 |
|
github.com/solarlune/tetra3d v0.4.2-0.20211213223149-14b690639b14 |
|
) |
|
|
|
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 |
|
github.com/qmuntal/gltf v0.20.3 // indirect |
|
golang.org/x/exp v0.0.0-20190731235908-ec7cb31e5a56 // indirect |
|
golang.org/x/image v0.0.0-20211028202545-6944b10bf410 // 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-20210917161153-d61c044b1678 // indirect |
|
)
|
|
|