summaryrefslogtreecommitdiff
path: root/crates/renderer/Cargo.toml
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2025-08-15 04:45:02 -0400
committerLLLL Colonq <llll@colonq>2025-08-15 04:45:02 -0400
commit891a8a79f200413f2b1ac6e158f26163d6c66f64 (patch)
treed2ef73072d2c5c8a9661c5a606a7049e3bf35b8e /crates/renderer/Cargo.toml
parente4ded2c09e6c378040f80e80886aa9c087fe14b4 (diff)
Refactor overlay
Diffstat (limited to 'crates/renderer/Cargo.toml')
-rw-r--r--crates/renderer/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/renderer/Cargo.toml b/crates/renderer/Cargo.toml
index b0007a8..ae24dd4 100644
--- a/crates/renderer/Cargo.toml
+++ b/crates/renderer/Cargo.toml
@@ -10,7 +10,7 @@ path = "src/main.rs"
[dependencies]
teleia = { git = "https://github.com/lcolonq/teleia" } # engine
-newton_throwshade = { path = "../throwshade" }
+newton_shader = { path = "../shader" }
glam = "*" # linear algebra
glow = "*" # gl bindings
bitflags = "*" # C-style bitwise flags