summaryrefslogtreecommitdiff
path: root/theme_test/Cargo.toml
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-04-07 02:05:39 +0200
committerpml68 <contact@pml68.dev>2025-04-15 23:48:17 +0200
commite9af14434454e8512e99612271b557789f28deeb (patch)
tree24b415cf42a8a3898544f1803d4d702a6ac8817c /theme_test/Cargo.toml
parentfix: merge conflict blobs [skip ci] (diff)
downloadiced-builder-e9af14434454e8512e99612271b557789f28deeb.tar.gz
refactor: move custom theme into its separate crate
Diffstat (limited to 'theme_test/Cargo.toml')
-rw-r--r--theme_test/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/theme_test/Cargo.toml b/theme_test/Cargo.toml
new file mode 100644
index 0000000..34008eb
--- /dev/null
+++ b/theme_test/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "theme_test"
+version = "0.0.1"
+edition = "2024"
+
+[dependencies]
+iced.workspace = true
+material_theme = { path = "../material_theme" }