From 495985f449e46b24e6b734d3aa9e135a779a8b77 Mon Sep 17 00:00:00 2001 From: pml68 Date: Sun, 13 Apr 2025 03:40:38 +0200 Subject: refactor: move `material_theme` and `iced_drop` into separate crates dir --- theme_test/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'theme_test') diff --git a/theme_test/Cargo.toml b/theme_test/Cargo.toml index 5ccbefa..29fcdc8 100644 --- a/theme_test/Cargo.toml +++ b/theme_test/Cargo.toml @@ -7,4 +7,4 @@ edition = "2024" iced.workspace = true iced_anim.workspace = true iced_dialog.workspace = true -material_theme = { path = "../material_theme", features = ["dialog", "animate"] } +material_theme = { path = "../crates/material_theme", features = ["dialog", "animate"] } -- cgit v1.2.3