Cleanup widget/Cargo.toml

- Remove unwanted old dependency crates and comments
This commit is contained in:
Candifloss 2025-11-12 15:33:53 +05:30
parent c306dc03fe
commit 783869c4e7

View File

@ -2,7 +2,6 @@
name = "openweatherwidget" name = "openweatherwidget"
version = "0.0.1" version = "0.0.1"
edition = "2024" edition = "2024"
#build = "build.rs"
[dependencies] [dependencies]
owm-rs = { git = "https://git.candifloss.cc/candifloss/OpenWeatherMapSDK.git" } owm-rs = { git = "https://git.candifloss.cc/candifloss/OpenWeatherMapSDK.git" }
@ -12,7 +11,4 @@ toml = "0.9.7"
dirs = "6.0.0" dirs = "6.0.0"
serde_json = "1.0.145" serde_json = "1.0.145"
iced = { version = "0.13.1", features = ["advanced"] } iced = { version = "0.13.1", features = ["advanced"] }
# slint = "1.14.1"
# [build-dependencies]
# slint-build = "1.14.1"