20 lines
640 B
Modula-2
20 lines
640 B
Modula-2
module code.rocketnine.space/tslocum/garbage-day
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/hajimehoshi/ebiten/v2 v2.5.5
|
|
github.com/solarlune/tetra3d v0.13.0
|
|
)
|
|
|
|
require (
|
|
github.com/ebitengine/purego v0.4.0-alpha.5 // indirect
|
|
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20221017161538-93cebf72946b // indirect
|
|
github.com/jezek/xgb v1.1.0 // indirect
|
|
github.com/qmuntal/gltf v0.24.0 // indirect
|
|
golang.org/x/exp/shiny v0.0.0-20230626212559-97b1e661b5df // indirect
|
|
golang.org/x/image v0.9.0 // indirect
|
|
golang.org/x/mobile v0.0.0-20230531173138-3c911d8e3eda // indirect
|
|
golang.org/x/sync v0.3.0 // indirect
|
|
golang.org/x/sys v0.10.0 // indirect
|
|
)
|