summaryrefslogtreecommitdiff
path: root/crates/renderer/Cargo.toml
diff options
context:
space:
mode:
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