summaryrefslogtreecommitdiff
path: root/crates/throwshade/Cargo.toml
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2025-02-18 18:00:22 -0500
committerLLLL Colonq <llll@colonq>2025-02-18 18:00:22 -0500
commita4aac831139a03119b2bbcb50c22e196e869b38d (patch)
treed03ba05bf54cbe7eb7ed490e68f249afb8eeab1e /crates/throwshade/Cargo.toml
parent422511b3022cf9efacd72026dfe56e03f69165f6 (diff)
Fix it
Diffstat (limited to 'crates/throwshade/Cargo.toml')
-rw-r--r--crates/throwshade/Cargo.toml3
1 files changed, 1 insertions, 2 deletions
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