summaryrefslogtreecommitdiff
path: root/Cargo.lock
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.lock
parente0feb1dc1821f3e1e3d6b9697cd4560b377988b8 (diff)
generating wood caves
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock10
1 files changed, 10 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ba9ddca..f351d12 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -833,6 +833,15 @@ dependencies = [
]
[[package]]
+name = "fastnoise-lite"
+version = "1.1.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "3e5f3c3cc9081e5d0e18bcd50e80cd33cba47fc22f88a9da9c33ecd1c87ea5c0"
+dependencies = [
+ "num-traits",
+]
+
+[[package]]
name = "fax"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2445,6 +2454,7 @@ dependencies = [
"egui-wgpu",
"egui-winit",
"env_logger",
+ "fastnoise-lite",
"futures",
"fxhash",
"glam 0.33.3",