world/Cargo.toml

15 lines
302 B
TOML

[package]
name = "terrain"
version = "0.1.0"
edition = "2021"
[dependencies]
glam = "0.27.0"
rand = "0.8.5"
noise = "0.9.0"
gltf = "1.4.1"
pool = { git = "https://git.tsukiyo.org/Utility/pool" }
sparse = { path = "../../Utility/sparse" }
# sparse = { git = "https://git.tsukiyo.org/Utility/sparse" }