From a0501112cf3d74b9c79f7a985283ca2f41f5a7d3 Mon Sep 17 00:00:00 2001 From: pml68 Date: Fri, 13 Jun 2025 00:26:44 +0200 Subject: chore: extract `iced_drop` into separate repo (`pml68/iced_drop`) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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 -- cgit v1.2.3