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