summaryrefslogtreecommitdiff
path: root/theme_test
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--theme_test/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"] }