diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -13,7 +13,7 @@ rust-version = "1.85" [features] default = ["system-theme"] # Adds a `System` theme variant that follows the system theme mode. -system-theme = ["dep:dark-light"] +system-theme = ["dep:mundy", "dep:arc-swap"] # Provides `serde` support. serde = ["dep:serde"] # Provides support for animating with `iced_anim`. @@ -31,7 +31,7 @@ qr_code = ["iced_widget/qr_code"] [dependencies] iced_widget = "0.14.0-dev" -dark-light = { version = "2.0", optional = true } +arc-swap = { version = "1.7.1", optional = true } serde = { version = "1.0", optional = true } [dependencies.iced_dialog] @@ -45,6 +45,12 @@ branch = "iced/master" features = ["derive"] optional = true +[dependencies.mundy] +version = "0.1.10" +default-features = false +features = ["async-io", "color-scheme"] +optional = true + [dev-dependencies] iced = "0.14.0-dev" |
