summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2026-06-04 18:37:13 -0400
committerLLLL Colonq <llll@colonq>2026-06-04 18:37:13 -0400
commit93d5d7d8768f775537b4d3226b3e098544f5c658 (patch)
tree4fbfeedcd9c888846b5999e5dfbde36faa6b7cfd /Cargo.toml
parentd9a2dbf1d939423eeb100aa3910406f80d0a781f (diff)
Git dependency
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 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