diff --git a/Cargo.lock b/Cargo.lock index ac9425e7..b54ce648 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index c6088e4f..c587c7d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/core/Cargo.toml b/core/Cargo.toml index a44ca660..2b875545 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -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