From 92bba055a46e28266c067d37f1a9274858f20704 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Sat, 6 Jun 2026 03:19:45 -0400 Subject: Update --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') 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 -- cgit v1.2.3