14 lines
313 B
Modula-2
14 lines
313 B
Modula-2
module blockyserver
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/fogleman/fauxgl v0.0.0-20200818143847-27cddc103802
|
|
github.com/go-chi/chi/v5 v5.0.12
|
|
github.com/qmuntal/gltf v0.28.0
|
|
)
|
|
|
|
require (
|
|
github.com/fogleman/simplify v0.0.0-20170216171241-d32f302d5046 // indirect
|
|
github.com/hytale-tools/blockymodel-merger v0.3.0
|
|
)
|