From fce032e8047473741501995b449ee2220ac85340 Mon Sep 17 00:00:00 2001 From: pml68 Date: Fri, 27 Jun 2025 01:15:39 +0200 Subject: fix: point `iced_material` to git repo instead of local project dir --- Cargo.lock | 1 + Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 0edfcfa..c7ddda8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 8384b92..fc07a34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 -- cgit v1.2.3