Candifloss 90aca71e57 Start converting slint to iced
- Port the `slint` code to `iced`
- Display basic window and text
2025-11-06 23:37:55 +05:30

19 lines
441 B
TOML

[package]
name = "openweatherwidget"
version = "0.0.1"
edition = "2024"
#build = "build.rs"
[dependencies]
owm-rs = { git = "https://git.candifloss.cc/candifloss/OpenWeatherMapSDK.git" }
owm_widg_config = { path = "../owm_widg_config" }
reqwest = {version = "0.12.23", features = ["blocking", "json"] }
toml = "0.9.7"
dirs = "6.0.0"
serde_json = "1.0.145"
iced = "0.13.1"
# slint = "1.14.1"
# [build-dependencies]
# slint-build = "1.14.1"