summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 4 insertions, 3 deletions
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" }