From ff1fdafbbf5b475941d4b476951cb61466538455 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Wed, 17 Dec 2025 04:04:45 -0500 Subject: Update --- crates/renderer/Cargo.toml | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'crates/renderer') diff --git a/crates/renderer/Cargo.toml b/crates/renderer/Cargo.toml index 99ef4f7..8c98cd4 100644 --- a/crates/renderer/Cargo.toml +++ b/crates/renderer/Cargo.toml @@ -11,24 +11,24 @@ path = "src/main.rs" [dependencies] teleia = {workspace = true} newton_shader = {path = "../shader"} -glam = "*" # linear algebra -glow = "*" # gl bindings -bitflags = "*" # C-style bitwise flags -rand = "=0.8.5" # rng -log = "*" # logging -env_logger = "*" # native logging -lazy_static = "*" # global constants -strum = {version = "*", features = ["derive"]} # utility macros for enums -lexpr = "*" # s-expression parsing -clap = {version = "*", features = ["cargo"]} # cli arg parsing -base64 = "0.22.1" # base64 encoding/decoding -polling = "*" # polling sockets -termion = "*" # terminal escapes -device_query = "*" # get pressed keys when unfocused -byteorder = "*" # read little-endian numbers -image = "*" # read and write image files -png = "*" # encode apng -cpal = "*" # record microphone -redis = "*" # database -web-image-meta = "*" # edit image metadata -uuid = {version = "*", features = ["v4"]} # generate uuids \ No newline at end of file +glam = { workspace = true } +glow = { workspace = true } +bitflags = { workspace = true } +rand = { workspace = true } +log = { workspace = true } +env_logger = { workspace = true } +lazy_static = { workspace = true } +strum = { workspace = true } +lexpr = { workspace = true } +clap = { workspace = true } +base64 = { workspace = true } +polling = { workspace = true } +termion = { workspace = true } +device_query = { workspace = true } +byteorder = { workspace = true } +image = { workspace = true } +png = { workspace = true } +cpal = { workspace = true } +redis = { workspace = true } +web-image-meta = { workspace = true } +uuid = { workspace = true } \ No newline at end of file -- cgit v1.2.3