mirror of
https://github.com/Death916/deathclock.git
synced 2026-04-10 03:04:40 -07:00
add first subscriptions and move image handle creation out of view
This commit is contained in:
parent
618d947f37
commit
6f4570eb5e
4 changed files with 145 additions and 130 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue