Cargo changes for wasm/server/android profiles

This commit is contained in:
Sapphire 2025-04-24 19:06:04 +01:00
parent 776065049d
commit 306a6fe7cb

View file

@ -14,3 +14,15 @@ default = ["desktop"]
web = ["dioxus/web"] web = ["dioxus/web"]
desktop = ["dioxus/desktop"] desktop = ["dioxus/desktop"]
mobile = ["dioxus/mobile"] mobile = ["dioxus/mobile"]
[profile]
[profile.wasm-dev]
inherits = "dev"
opt-level = 1
[profile.server-dev]
inherits = "dev"
[profile.android-dev]
inherits = "dev"