From 144f38a115e4fc869445dee4704bdd3d126153d7 Mon Sep 17 00:00:00 2001 From: Polesznyák Márk Date: Thu, 2 Oct 2025 23:09:54 +0200 Subject: feat: update according to latest iced and iced_material changes --- Cargo.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 032e86c..ee104dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" } -- cgit v1.2.3