diff options
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 |
