From ff1fdafbbf5b475941d4b476951cb61466538455 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Wed, 17 Dec 2025 04:04:45 -0500 Subject: Update --- crates/shader/Cargo.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'crates/shader/Cargo.toml') diff --git a/crates/shader/Cargo.toml b/crates/shader/Cargo.toml index aff4b79..e8a1f7a 100644 --- a/crates/shader/Cargo.toml +++ b/crates/shader/Cargo.toml @@ -9,12 +9,12 @@ crate-type = ["cdylib", "rlib"] [dependencies] teleia = { workspace = true } -glam = "*" # linear algebra -bitflags = "*" # C-style bitwise flags -rand = "=0.8.5" # rng -log = "*" # logging -lazy_static = "*" # global constants -strum = {version = "*", features = ["derive"]} # utility macros for enums -wasm-bindgen = "*" # wasm bindings -wasm-bindgen-futures = "*" # interface with async javascript -cfg-if = "*" # less verbose cfg \ No newline at end of file +glam = { workspace = true } +bitflags = { workspace = true } +rand = { workspace = true } +log = { workspace = true } +lazy_static = { workspace = true } +strum = { workspace = true } +wasm-bindgen = { workspace = true } +wasm-bindgen-futures = { workspace = true } +cfg-if = { workspace = true } \ No newline at end of file -- cgit v1.2.3