Candifloss d83c5a0aca Begin Slint UI
- Get started with Slint for UI
- Experiment with basic window structure
2025-10-15 22:56:26 +05:30

16 lines
396 B
TOML

[package]
name = "openweatherwidget"
version = "0.0.1"
edition = "2024"
[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"
slint = "1.13"
[build-dependencies]
slint-build = "1.13.1"