Compare commits

...

2 Commits

Author SHA1 Message Date
8ed632dd8b Fix hash for daisyui.js fetch
Some checks failed
Push Workflows / clippy (push) Failing after 50s
Push Workflows / build (push) Failing after 4s
Push Workflows / rustfmt (push) Successful in 6s
Push Workflows / docs (push) Failing after 44s
Push Workflows / test (push) Failing after 55s
Push Workflows / nix-build (push) Successful in 5m12s
2026-06-15 18:05:10 -04:00
fc8ab7a3bf Temporarily remove desktop and mobile targets 2026-06-15 18:02:44 -04:00
3 changed files with 91 additions and 3026 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]
default = ["web"]
web = ["dioxus/web"]
desktop = ["dioxus/desktop"]
mobile = ["dioxus/mobile"]
server = [
"dioxus/server",
"dep:diesel",
"dep:diesel_migrations",
"dep:dotenvy",
]
# Disabled until supported
# desktop = ["dioxus/desktop"]
# mobile = ["dioxus/mobile"]

View File

@@ -45,7 +45,7 @@
src = pkgs.fetchurl {
url = "https://github.com/saadeghi/daisyui/releases/download/${daisyui-version}/daisyui.js";
sha256 = "sha256-IHsOrki86HGPW02ERe3gXTatzWJjjQ6EPQ3eodW/yXw=";
sha256 = "sha256-yu/8ebzKXMfrcHJw2FzcXNzwYOF1hC+nufrTaPOMWeA=";
};
unpackPhase = "true";