From d9a2dbf1d939423eeb100aa3910406f80d0a781f Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Thu, 30 Apr 2026 22:16:17 -0400 Subject: Update --- crates/renderer/Cargo.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'crates/renderer/Cargo.toml') 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 -- cgit v1.2.3