add first subscriptions and move image handle creation out of view

This commit is contained in:
death916 2026-03-18 03:18:22 -07:00
parent 618d947f37
commit 6f4570eb5e
4 changed files with 145 additions and 130 deletions

View file

@ -5,7 +5,7 @@ edition = "2024"
[dependencies]
chrono = "0.4.44"
iced = { version = "0.14.0", features = ["image"] }
iced = { version = "0.14.0", features = ["image", "tokio"] }
reqwest = "0.13.2"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"