summaryrefslogtreecommitdiff
path: root/crates/renderer/Cargo.toml
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2026-04-30 22:16:17 -0400
committerLLLL Colonq <llll@colonq>2026-04-30 22:16:17 -0400
commitd9a2dbf1d939423eeb100aa3910406f80d0a781f (patch)
tree6b60a4c68c3a85a1ab07adc497908e3ec9878c48 /crates/renderer/Cargo.toml
parentf171d500036e4d08244d02308ba3f62afdd87162 (diff)
Diffstat (limited to 'crates/renderer/Cargo.toml')
-rw-r--r--crates/renderer/Cargo.toml7
1 files changed, 5 insertions, 2 deletions
diff --git a/crates/renderer/Cargo.toml b/crates/renderer/Cargo.toml
index 3f197e9..8990d06 100644
--- a/crates/renderer/Cargo.toml
+++ b/crates/renderer/Cargo.toml
@@ -9,8 +9,9 @@ name = "newton_renderer"
path = "src/main.rs"
[dependencies]
-teleia = {workspace = true}
-newton_shader = {path = "../shader"}
+teleia = { workspace = true }
+glfw = { workspace = true }
+newton_shader = { path = "../shader" }
glam = { workspace = true }
glow = { workspace = true }
bitflags = { workspace = true }
@@ -19,6 +20,7 @@ log = { workspace = true }
env_logger = { workspace = true }
lazy_static = { workspace = true }
strum = { workspace = true }
+enum-map = { workspace = true }
lexpr = { workspace = true }
clap = { workspace = true }
base64 = { workspace = true }
@@ -32,3 +34,4 @@ cpal = { workspace = true }
redis = { workspace = true }
web-image-meta = { workspace = true }
uuid = { workspace = true }
+libc = { workspace = true } \ No newline at end of file