summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-06-25 01:07:20 +0200
committerpml68 <contact@pml68.dev>2025-06-25 01:07:20 +0200
commit88f0b96572311a052708aadc54c1eb99be81c921 (patch)
tree6f2607ceae0bf49247ef89534a56ade6fb7eb43e /Cargo.toml
parentrefactor: simplify `material_theme::Theme`'s `Default` impl (diff)
downloadiced-builder-88f0b96572311a052708aadc54c1eb99be81c921.tar.gz
feat: update for hot reloading support
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fe74a96..61733b6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -77,7 +77,7 @@ path = "src/main.rs"
[workspace]
members = ["crates/*"]
-default-members = ["crates/material_theme", "."]
+default-members = [".", "crates/material_theme"]
[lints.rust]
missing_debug_implementations = "deny"