Enable needed mundy features explicitly

This commit is contained in:
Héctor Ramón Jiménez 2025-09-08 01:27:01 +02:00
parent 9445f5fcdf
commit 5c7ae8a3d6
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
3 changed files with 4 additions and 8 deletions

7
Cargo.lock generated
View file

@ -443,12 +443,6 @@ version = "0.22.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
[[package]]
name = "beul"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3c3baedf037b161e69da9200947329f52afa3b6e1cdbe6f344d6aa350fedd2f"
[[package]]
name = "bezier_tool"
version = "0.1.0"
@ -3390,7 +3384,6 @@ checksum = "f5f507e52285e981a349f7224e0ac7eaf014e1a9cce399471547c8dfbc018b79"
dependencies = [
"android-build",
"async-io",
"beul",
"cfg-if",
"dispatch",
"futures-channel",