From 306a6fe7cb997e4ee2ac3cb2dcfdbb47ec23b6d7 Mon Sep 17 00:00:00 2001 From: Sapphire Date: Thu, 24 Apr 2025 19:06:04 +0100 Subject: [PATCH] Cargo changes for wasm/server/android profiles --- Cargo.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index b3f6eb6..d863a24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,3 +14,15 @@ default = ["desktop"] web = ["dioxus/web"] desktop = ["dioxus/desktop"] mobile = ["dioxus/mobile"] + +[profile] + +[profile.wasm-dev] +inherits = "dev" +opt-level = 1 + +[profile.server-dev] +inherits = "dev" + +[profile.android-dev] +inherits = "dev"