summaryrefslogtreecommitdiff
path: root/crates/shader
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2025-11-13 22:04:56 -0500
committerLLLL Colonq <llll@colonq>2025-11-13 22:04:56 -0500
commita76f583c2d11043a94c3251ec6a5381d7836bdb4 (patch)
treebcb6a085fa5114be1354efa79cc6e191095f8253 /crates/shader
parente8bf4d7dde7d4f450458deb0612eb3bc14994901 (diff)
Add TCG
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