aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e6ab6b71..22337d8f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1391,6 +1391,12 @@ dependencies = [
]
[[package]]
+name = "glam"
+version = "0.25.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "151665d9be52f9bb40fc7966565d39666f2d1e69233571b71b87791c7e0528b3"
+
+[[package]]
name = "glib"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2104,6 +2110,7 @@ dependencies = [
"directories",
"futures-util",
"git-version",
+ "glam",
"input",
"keyframe",
"libc",