aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2026-07-18 18:42:52 +0300
committerValentin Popov <valentin@popov.link>2026-07-18 18:42:52 +0300
commite33925677692b85d096d891b381bac62b2c9942b (patch)
tree8abe294a8098beb00cf79b57e325beaafb44a37b /Cargo.lock
parentb1ff50f9db85dc1f04a0e975adbb98ee0cf3a436 (diff)
downloadfparkan-e33925677692b85d096d891b381bac62b2c9942b.tar.xz
fparkan-e33925677692b85d096d891b381bac62b2c9942b.zip
feat(runtime): add terrain-snapped reference movement
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0b8256e..5237da5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -607,6 +607,7 @@ dependencies = [
"fparkan-prototype",
"fparkan-render",
"fparkan-resource",
+ "fparkan-terrain",
"fparkan-vfs",
"fparkan-world",
]