From ff1fdafbbf5b475941d4b476951cb61466538455 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Wed, 17 Dec 2025 04:04:45 -0500 Subject: Update --- crates/client/Cargo.toml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'crates/client') diff --git a/crates/client/Cargo.toml b/crates/client/Cargo.toml index fc486f3..cdc346a 100644 --- a/crates/client/Cargo.toml +++ b/crates/client/Cargo.toml @@ -9,22 +9,22 @@ crate-type = ["cdylib", "rlib"] [dependencies] teleia = { workspace = true } -glam = "*" # linear algebra -glow = "*" # gl bindings -bitflags = "*" # C-style bitwise flags -rand = "=0.8.5" # rng -log = "*" # logging -lazy_static = "*" # global constants -strum = {version = "*", features = ["derive"]} # utility macros for enums -lexpr = "*" # s-expression parsing +glam = { workspace = true } +glow = { workspace = true } +bitflags = { workspace = true } +rand = { workspace = true } +log = { workspace = true } +lazy_static = { workspace = true } +strum = { workspace = true } +lexpr = { workspace = true } [target.'cfg(target_arch = "wasm32")'.dependencies] -wasm-bindgen = "*" # wasm bindings -wasm-bindgen-futures = "*" # interface with async javascript +wasm-bindgen = { workspace = true } +wasm-bindgen-futures = { workspace = true } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] -env_logger = "*" -clap = { version = "*", features = ["cargo"] } -base64 = "0.22.1" -polling = "*" # polling sockets -termion = "*" \ No newline at end of file +env_logger = { workspace = true } +clap = { workspace = true } +base64 = { workspace = true } +polling = { workspace = true } +termion = { workspace = true } \ No newline at end of file -- cgit v1.2.3