summaryrefslogtreecommitdiff
path: root/crates/shader
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shader')
-rw-r--r--crates/shader/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shader/Cargo.toml b/crates/shader/Cargo.toml
index 1ccc821..aff4b79 100644
--- a/crates/shader/Cargo.toml
+++ b/crates/shader/Cargo.toml
@@ -8,7 +8,7 @@ authors.workspace = true
crate-type = ["cdylib", "rlib"]
[dependencies]
-teleia = { git = "https://github.com/lcolonq/teleia" } # engine
+teleia = { workspace = true }
glam = "*" # linear algebra
bitflags = "*" # C-style bitwise flags
rand = "=0.8.5" # rng