From 9e586a12b0db0292d9fb41e4ec99a3e1fd912d85 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Tue, 15 Apr 2025 01:25:47 -0400 Subject: Multi --- crates/renderer/Cargo.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'crates/renderer/Cargo.toml') diff --git a/crates/renderer/Cargo.toml b/crates/renderer/Cargo.toml index 4d3024d..37a148f 100644 --- a/crates/renderer/Cargo.toml +++ b/crates/renderer/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "renderer" +name = "newton_renderer" version.workspace = true edition.workspace = true authors.workspace = true @@ -11,7 +11,7 @@ path = "src/main.rs" [dependencies] # teleia = { path = "../../../teleia" } # engine teleia = { git = "https://github.com/lcolonq/teleia" } # engine -throwshade = { path = "../throwshade" } +newton_throwshade = { path = "../throwshade" } glam = "*" # linear algebra glow = "*" # gl bindings bitflags = "*" # C-style bitwise flags @@ -21,7 +21,6 @@ env_logger = "*" # native logging lazy_static = "*" # global constants strum = {version = "*", features = ["derive"]} # utility macros for enums lexpr = "*" # s-expression parsing -tokio = { version = "*", features = ["full"] } # async runtime clap = { version = "*", features = ["cargo"] } # cli arg parsing base64 = "0.22.1" # base64 encoding/decoding polling = "*" # polling sockets -- cgit v1.2.3