Update before heading home
Some checks failed
Cargo Build & Test / Rust project - latest (stable) (push) Failing after 26s

This commit is contained in:
2025-12-19 20:38:47 -06:00
parent ce4532bcdf
commit 5c3d537cfd
8 changed files with 555 additions and 109 deletions

View File

@@ -10,5 +10,6 @@ iced = { path = "../iced", features = ["debug", "canvas", "tokio", "lazy", "imag
# iced_graphics = { version = "0.14.0", features = ["geometry", "image"] }
# iced_widget = { version = "0.13.4", features = ["canvas", "image"] }
thiserror = "2.0.17"
tokio = { version = "1.48.0", features = ["full"] }
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.20", features = ["ansi", "chrono", "env-filter", "json", "serde"] }