diff options
| author | pml68 <contact@pml68.dev> | 2025-06-13 00:26:44 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-06-13 00:26:44 +0200 |
| commit | a0501112cf3d74b9c79f7a985283ca2f41f5a7d3 (patch) | |
| tree | 581042549e95602ec495317b260a4c45d965f352 /Cargo.toml | |
| parent | chore: update deps (diff) | |
| download | iced-builder-a0501112cf3d74b9c79f7a985283ca2f41f5a7d3.tar.gz | |
chore: extract `iced_drop` into separate repo (`pml68/iced_drop`)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
