Re-diff patch queue

This commit is contained in:
2025-11-18 13:31:47 -06:00
parent 603b49da10
commit 57907c105a
2 changed files with 6 additions and 6 deletions

View File

@@ -13,12 +13,12 @@ C, C++, or assembly through the conditional compilation systems.
1 file changed, 3 insertions(+)
diff --git a/Cargo.toml b/Cargo.toml
index fe0a0c2..60dd621 100644
index 952ddd3..4b2cf49 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,6 +6,9 @@ edition = "2024"
[dependencies]
bevy = "0.16.0"
@@ -9,6 +9,9 @@ bevy = "0.16.0"
ruzstd = "=0.8.1"
+# Use pure-Rust impl. to dodge problems with CPU feature set availability.
+blake3 = { version = "1.8.2", features = ["pure"] }