12 lines
227 B
TOML
12 lines
227 B
TOML
[package]
|
|
name = "terrain"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
glam = "0.27.0"
|
|
noise = "0.9.0"
|
|
|
|
pool = { git = "https://git.tsukiyo.org/Utility/pool" }
|
|
sparse = { git = "https://git.tsukiyo.org/Utility/sparse" }
|