From a76f583c2d11043a94c3251ec6a5381d7836bdb4 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Thu, 13 Nov 2025 22:04:56 -0500 Subject: Add TCG --- crates/shader/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/shader') 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 -- cgit v1.2.3