diff options
| author | LLLL Colonq <llll@colonq> | 2025-08-15 04:45:02 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-08-15 04:45:02 -0400 |
| commit | 891a8a79f200413f2b1ac6e158f26163d6c66f64 (patch) | |
| tree | d2ef73072d2c5c8a9661c5a606a7049e3bf35b8e /crates/renderer/Cargo.toml | |
| parent | e4ded2c09e6c378040f80e80886aa9c087fe14b4 (diff) | |
Refactor overlay
Diffstat (limited to 'crates/renderer/Cargo.toml')
| -rw-r--r-- | crates/renderer/Cargo.toml | 2 |
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 |
