diff options
Diffstat (limited to '')
| -rw-r--r-- | theme_test/Cargo.toml | 2 |
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"] } |
