From 93d5d7d8768f775537b4d3226b3e098544f5c658 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Thu, 4 Jun 2026 18:37:13 -0400 Subject: Git dependency --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 28e3ced..1435161 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,8 +22,8 @@ debug = 0 opt-level = 2 [workspace.dependencies] -# teleia = { git = "https://github.com/lcolonq/teleia" } # engine -teleia = { path = "../teleia/crates/teleia" } # engine +teleia = { git = "https://github.com/lcolonq/teleia" } # engine +# teleia = { path = "../teleia/crates/teleia" } # engine glfw = { git = "https://github.com/lcolonq/glfw-rs", features = ["serde"] } # window management glam = { version = "0.29.2", features = ["serde"] } # linear algebra glow = { version = "=0.13.1", features = [] } # gl bindings -- cgit v1.2.3