summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-06-13 00:26:44 +0200
committerpml68 <contact@pml68.dev>2025-06-13 00:26:44 +0200
commita0501112cf3d74b9c79f7a985283ca2f41f5a7d3 (patch)
tree581042549e95602ec495317b260a4c45d965f352 /Cargo.toml
parentchore: update deps (diff)
downloadiced-builder-a0501112cf3d74b9c79f7a985283ca2f41f5a7d3.tar.gz
chore: extract `iced_drop` into separate repo (`pml68/iced_drop`)
Diffstat (limited to '')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f3e919d..c9819ee 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,7 +14,7 @@ rust-version = "1.85.0"
iced.workspace = true
iced_anim.workspace = true
iced_custom_highlighter = { git = "https://github.com/pml68/iced_custom_highlighter", branch = "master" }
-iced_drop = { path = "crates/iced_drop" }
+iced_drop = { git = "https://github.com/pml68/iced_drop", branch = "iced/personal" }
iced_dialog.workspace = true
material_theme = { path = "crates/material_theme", features = ["animate", "serde", "dialog", "svg"] }
serde.workspace = true