aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2026-07-18 14:07:31 +0300
committerValentin Popov <valentin@popov.link>2026-07-18 14:07:31 +0300
commit4007f6fcec12eab91c1d2cb25dc3582afb121f76 (patch)
tree6aaa9ac7aa12f7db0fae0888c88c1f5978eb2375 /Cargo.lock
parent82f0f28ed9180b7adbf41f13e673823c61cbe371 (diff)
downloadfparkan-4007f6fcec12eab91c1d2cb25dc3582afb121f76.tar.xz
fparkan-4007f6fcec12eab91c1d2cb25dc3582afb121f76.zip
feat(game): accept legacy camera captures
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index fe58adf..13a16c0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -455,6 +455,8 @@ dependencies = [
"fparkan-terrain",
"fparkan-vfs",
"fparkan-world",
+ "serde",
+ "serde_json",
"winit",
]