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.lock | |
| 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.lock')
| -rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2130,6 +2130,7 @@ dependencies = [ [[package]] name = "iced_material" version = "0.14.0-dev" +source = "git+https://github.com/pml68/iced_material?branch=iced%2Fpersonal#c991b2cf06989a161f3f5300b733e731503039c0" dependencies = [ "dark-light", "iced_anim", |
