Temporarily remove desktop and mobile targets

This commit is contained in:
2026-06-15 18:02:22 -04:00
parent 73fa2c4faf
commit fc8ab7a3bf
2 changed files with 90 additions and 3025 deletions

3109
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -15,11 +15,13 @@ tracing = "0.1.44"
[features] [features]
default = ["web"] default = ["web"]
web = ["dioxus/web"] web = ["dioxus/web"]
desktop = ["dioxus/desktop"]
mobile = ["dioxus/mobile"]
server = [ server = [
"dioxus/server", "dioxus/server",
"dep:diesel", "dep:diesel",
"dep:diesel_migrations", "dep:diesel_migrations",
"dep:dotenvy", "dep:dotenvy",
] ]
# Disabled until supported
# desktop = ["dioxus/desktop"]
# mobile = ["dioxus/mobile"]