summaryrefslogtreecommitdiff
path: root/crates/renderer/Cargo.toml
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2025-04-15 01:25:47 -0400
committerLLLL Colonq <llll@colonq>2025-04-15 01:25:47 -0400
commit9e586a12b0db0292d9fb41e4ec99a3e1fd912d85 (patch)
tree4a80659b5510546124493599b3c20152e3da4638 /crates/renderer/Cargo.toml
parent1b5b2e1956ca001befef601a00a1710dd04d7952 (diff)
Multi
Diffstat (limited to 'crates/renderer/Cargo.toml')
-rw-r--r--crates/renderer/Cargo.toml5
1 files changed, 2 insertions, 3 deletions
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