summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2026-06-06 03:19:45 -0400
committerLLLL Colonq <llll@colonq>2026-06-06 03:19:45 -0400
commit92bba055a46e28266c067d37f1a9274858f20704 (patch)
treebcf9b6ce054229fd4ca9de9e63066eb671165940 /Cargo.toml
parentd3bd791297d6aaa7abaf613aafbec99a7bb17823 (diff)
Update
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5cad026..c8d9ca0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,8 +25,8 @@ debug = false
opt-level = 2
[dependencies]
-# teleia = { git = "https://github.com/lcolonq/teleia" } # engine
-teleia = { path = "../teleia/crates/teleia" }
+teleia = { git = "https://github.com/lcolonq/teleia" } # engine
+# teleia = { path = "../teleia/crates/teleia" }
glam = {version = "0.29.2", features = ["serde"]} # linear algebra
bitflags = { version = "2.6.0", features = ["serde"] } # C-style bitwise flags
rand = { version = "=0.8.5", features = ["small_rng"] } # rng