From 783869c4e725593ea08d3dc6af4f2b5b547852e2 Mon Sep 17 00:00:00 2001 From: Candifloss Date: Wed, 12 Nov 2025 15:33:53 +0530 Subject: [PATCH] Cleanup `widget/Cargo.toml` - Remove unwanted old dependency crates and comments --- widget/Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) 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"