From 891a8a79f200413f2b1ac6e158f26163d6c66f64 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Fri, 15 Aug 2025 04:45:02 -0400 Subject: Refactor overlay --- crates/renderer/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/renderer/Cargo.toml') 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 -- cgit v1.2.3