Cleanup widget/Cargo.toml
- Remove unwanted old dependency crates and comments
This commit is contained in:
parent
c306dc03fe
commit
783869c4e7
@ -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"
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user