From a4aac831139a03119b2bbcb50c22e196e869b38d Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Tue, 18 Feb 2025 18:00:22 -0500 Subject: Fix it --- crates/throwshade/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'crates/throwshade') diff --git a/crates/throwshade/Cargo.toml b/crates/throwshade/Cargo.toml index 0cc7516..c465bf3 100644 --- a/crates/throwshade/Cargo.toml +++ b/crates/throwshade/Cargo.toml @@ -8,10 +8,9 @@ authors.workspace = true crate-type = ["cdylib", "rlib"] [dependencies] -# teleia = { path = "../teleia" } # engine +# teleia = { path = "../../../teleia" } # engine teleia = { git = "https://github.com/lcolonq/teleia" } # engine glam = "*" # linear algebra -glow = "*" # gl bindings bitflags = "*" # C-style bitwise flags rand = "=0.8.5" # rng log = "*" # logging -- cgit v1.2.3