diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2025-10-02 23:09:54 +0200 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2025-10-02 23:09:54 +0200 |
| commit | 144f38a115e4fc869445dee4704bdd3d126153d7 (patch) | |
| tree | e4cbab34f183d89e719aa2b1e3b577241e4a8011 /Cargo.toml | |
| parent | fix(rendered_element): `Row` and `Column` options being applied to `Container` (diff) | |
| download | iced-builder-144f38a115e4fc869445dee4704bdd3d126153d7.tar.gz | |
feat: update according to latest iced and iced_material changes
Diffstat (limited to '')
| -rw-r--r-- | Cargo.toml | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -76,7 +76,7 @@ iced.default-features = false iced_widget = "0.14.0-dev" -iced_material.git = "https://github.com/pml68/iced_material" +iced_material.git = "https://git.sr.ht/~pml68/iced_material" iced_material.branch = "iced/personal" iced_material.features = ["animate", "serde", "dialog", "svg"] @@ -84,13 +84,13 @@ iced_anim.git = "https://github.com/pml68/iced_anim" iced_anim.branch = "main" iced_anim.features = ["derive"] -iced_dialog.git = "https://github.com/pml68/iced_dialog" +iced_dialog.git = "https://git.sr.ht/~pml68/iced_dialog" iced_dialog.branch = "iced/personal" iced_drop.git = "https://github.com/pml68/iced_drop" iced_drop.branch = "iced/personal" -iced_custom_highlighter.git = "https://github.com/pml68/iced_custom_highlighter" +iced_custom_highlighter.git = "https://git.sr.ht/~pml68/iced_custom_highlighter" serde = { version = "1.0.219", features = ["derive"] } serde_json = "1.0.140" @@ -150,4 +150,5 @@ clone_on_copy = "deny" [patch.crates-io] iced_core = { git = "https://github.com/pml68/iced", branch = "feat/rehighlight-on-redraw" } iced_widget = { git = "https://github.com/pml68/iced", branch = "feat/rehighlight-on-redraw" } +iced_winit = { git = "https://github.com/pml68/iced", branch = "feat/rehighlight-on-redraw" } iced = { git = "https://github.com/pml68/iced", branch = "feat/rehighlight-on-redraw" } |
