summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKai Stevenson <kai@kaistevenson.com>2026-08-29 21:26:41 -0700
committerKai Stevenson <kai@kaistevenson.com>2026-08-29 21:26:41 -0700
commita57cb58602b323469861c0b06573c6e47db56f34 (patch)
treeef00d97d1843f35472473a0ed8a3dedbfa9b43b9 /Cargo.toml
parente0feb1dc1821f3e1e3d6b9697cd4560b377988b8 (diff)
generating wood caves
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e2ba7e4..03a3be6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -36,6 +36,7 @@ glam = "0.33.3"
png = "0.18.1"
toml = "1.1.4"
serde = "1.0.229"
+fastnoise-lite = "1.1.1"
[features]
profiler = []