Add display toggles for specs and memes
Rust / Clippy, Rustfmt, Tests (push) Has been cancelled
Rust / Linux-x64 build (push) Has been cancelled
Rust / GitHub release (push) Has been cancelled

This commit is contained in:
2026-06-09 22:37:57 +02:00
parent 0304f1428f
commit f9bfd7639c
3 changed files with 399 additions and 48 deletions
Generated
+3
View File
@@ -156,6 +156,7 @@ dependencies = [
name = "aster-webui"
version = "0.1.0"
dependencies = [
"ab_glyph",
"anyhow",
"asterctl",
"asterctl-lcd",
@@ -163,6 +164,7 @@ dependencies = [
"chrono",
"clap",
"image",
"imageproc",
"mime_guess",
"serde",
"serde_json",
@@ -894,6 +896,7 @@ dependencies = [
"num",
"rand",
"rand_distr",
"rayon",
]
[[package]]