From 495985f449e46b24e6b734d3aa9e135a779a8b77 Mon Sep 17 00:00:00 2001 From: pml68 Date: Sun, 13 Apr 2025 03:40:38 +0200 Subject: refactor: move `material_theme` and `iced_drop` into separate crates dir --- crates/material_theme/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 crates/material_theme/README.md (limited to 'crates/material_theme/README.md') diff --git a/crates/material_theme/README.md b/crates/material_theme/README.md new file mode 100644 index 0000000..da5a1ec --- /dev/null +++ b/crates/material_theme/README.md @@ -0,0 +1,3 @@ +# material_theme + +## A [Material3](https://m3.material.io) inspired custom theme for [`iced`](https://iced.rs) -- cgit v1.2.3