diff options
| author | pml68 <contact@pml68.dev> | 2025-06-27 01:15:39 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-06-27 01:15:39 +0200 |
| commit | fce032e8047473741501995b449ee2220ac85340 (patch) | |
| tree | 57f447919b08773ce87362202f051040e4913461 /Cargo.toml | |
| parent | feat: extract `material_theme` into separate repo (`pml68/iced_material`) (diff) | |
| download | iced-builder-fce032e8047473741501995b449ee2220ac85340.tar.gz | |
fix: point `iced_material` to git repo instead of local project dir
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ iced_anim.workspace = true iced_custom_highlighter = { git = "https://github.com/pml68/iced_custom_highlighter", branch = "master" } iced_drop = { git = "https://github.com/pml68/iced_drop", branch = "iced/personal" } iced_dialog.workspace = true -iced_material = { path = "../iced_material", features = ["animate", "serde", "dialog", "svg"] } +iced_material = { git = "https://github.com/pml68/iced_material", branch = "iced/personal", features = ["animate", "serde", "dialog", "svg"] } serde.workspace = true serde_json = "1.0.140" toml.workspace = true |
