summaryrefslogtreecommitdiff
path: root/theme_test/Cargo.toml
diff options
context:
space:
mode:
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" }