Enable needed mundy features explicitly
This commit is contained in:
parent
9445f5fcdf
commit
5c7ae8a3d6
3 changed files with 4 additions and 8 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -187,7 +187,6 @@ lilt = "0.8"
|
|||
log = "0.4"
|
||||
lyon = "1.0"
|
||||
lyon_path = "1.0"
|
||||
mundy = "0.2"
|
||||
num-traits = "0.2"
|
||||
ouroboros = "0.18"
|
||||
png = "0.17"
|
||||
|
|
@ -219,6 +218,9 @@ wgpu = "26.0"
|
|||
window_clipboard = "0.4.1"
|
||||
winit = { git = "https://github.com/iced-rs/winit.git", rev = "11414b6aa45699f038114e61b4ddf5102b2d3b4b" }
|
||||
|
||||
mundy.version = "0.2"
|
||||
mundy.default-features = false
|
||||
|
||||
[workspace.lints.rust]
|
||||
rust_2018_idioms = { level = "deny", priority = -1 }
|
||||
missing_debug_implementations = "deny"
|
||||
|
|
|
|||
|
|
@ -34,6 +34,7 @@ web-time.workspace = true
|
|||
|
||||
mundy.workspace = true
|
||||
mundy.optional = true
|
||||
mundy.features = ["async-io", "color-scheme"]
|
||||
|
||||
serde.workspace = true
|
||||
serde.optional = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue