diff options
| author | pml68 <contact@pml68.dev> | 2025-04-29 00:19:13 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-04-29 00:22:35 +0200 |
| commit | 74ce597cf1ba4f2f28436d84e019baf171d15b48 (patch) | |
| tree | f1e48ff67283ad9aaaf66fe985fe5af14dbcd334 /Cargo.toml | |
| parent | ci: remove `libgtk-3-dev` dependency (diff) | |
| download | iced-builder-74ce597cf1ba4f2f28436d84e019baf171d15b48.tar.gz | |
chore: remove `theme_test`, dependency cleanup
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -35,14 +35,14 @@ thiserror = "2.0.12" dirs-next = "2.0.0" [workspace.dependencies] +iced_widget = "0.14.0-dev" iced_anim = { version = "0.2.1", features = ["derive"] } iced_dialog = { git = "https://github.com/pml68/iced_dialog", branch = "iced/personal" } serde = { version = "1.0.219", features = ["derive"] } toml = "0.8.21" [workspace.dependencies.iced] -git = "https://github.com/pml68/iced" -branch = "feat/rehighlight-on-redraw" +version = "0.14.0-dev" default-features = false features = ["wgpu", "tiny-skia", "web-colors", "auto-detect-theme", "advanced", "tokio", "image", "svg", "lazy"] @@ -75,7 +75,7 @@ name = "iced-builder" path = "src/main.rs" [workspace] -members = ["crates/*", "theme_test"] +members = ["crates/*"] default-members = ["crates/material_theme", "."] [lints.rust] @@ -100,5 +100,6 @@ useless_conversion = "deny" clone_on_copy = "deny" [patch.crates-io] +iced = { git = "https://github.com/pml68/iced", branch = "feat/rehighlight-on-redraw" } iced_anim = { git = "https://github.com/pml68/iced_anim" } iced_widget = { git = "https://github.com/pml68/iced", branch = "feat/rehighlight-on-redraw" } |
