From 085b855ef74c8b7bdf92ea9eaee975fc314371e3 Mon Sep 17 00:00:00 2001 From: Robert Garrett Date: Sat, 27 Sep 2025 10:25:32 -0500 Subject: [PATCH] Disable the minimal-version pins --- Cargo.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a51f2f8b..5b900137 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,14 +7,14 @@ edition = "2024" bevy = "0.16.0" # Grand-dependency pins -ab_glyph = "0.2.16" -fnv = "1.0.6" -gilrs = "0.10.5" -lazy_static = "1.0.2" -lock_api = "0.4.7" -miniz-sys = "0.1.10" -nonmax = "0.5.1" -rand = "0.8.0" +# ab_glyph = "0.2.16" +# fnv = "1.0.6" +# gilrs = "0.10.5" +# lazy_static = "1.0.2" +# lock_api = "0.4.7" +# miniz-sys = "0.1.10" +# nonmax = "0.5.1" +# rand = "0.8.0" # Use regular bevy_spatial on non-WASM builds [target.'cfg(not(target_arch = "wasm32"))'.dependencies]