diff options
| author | pml68 <contact@pml68.dev> | 2025-04-29 00:19:13 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-04-29 00:22:35 +0200 |
| commit | 74ce597cf1ba4f2f28436d84e019baf171d15b48 (patch) | |
| tree | f1e48ff67283ad9aaaf66fe985fe5af14dbcd334 /theme_test/Cargo.toml | |
| parent | ci: remove `libgtk-3-dev` dependency (diff) | |
| download | iced-builder-74ce597cf1ba4f2f28436d84e019baf171d15b48.tar.gz | |
chore: remove `theme_test`, dependency cleanup
Diffstat (limited to '')
| -rw-r--r-- | theme_test/Cargo.toml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/theme_test/Cargo.toml b/theme_test/Cargo.toml deleted file mode 100644 index 300a7af..0000000 --- a/theme_test/Cargo.toml +++ /dev/null @@ -1,11 +0,0 @@ -[package] -name = "theme_test" -version = "0.0.1" -edition = "2024" - -[dependencies] -iced.workspace = true -iced.features = ["debug"] -iced_anim.workspace = true -iced_dialog.workspace = true -material_theme = { path = "../crates/material_theme", features = ["dialog", "animate"] } |
