From 88f0b96572311a052708aadc54c1eb99be81c921 Mon Sep 17 00:00:00 2001 From: pml68 Date: Wed, 25 Jun 2025 01:07:20 +0200 Subject: feat: update for hot reloading support --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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" -- cgit v1.2.3