Skip to content

Commit bc60719

Browse files
committed
.
1 parent 14e6f53 commit bc60719

File tree

4 files changed

+2
-5
lines changed

4 files changed

+2
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.2.0"
44
edition = "2021"
55

66
[dependencies]
7-
iced = { version = "0.13.1", features = ["debug", "image", "advanced"] }
7+
iced = { version = "0.13.1", features = ["image", "advanced"] }
88
rust-embed = "8.5.0"
99
bytes = "1.7.2"
1010

src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ enum Message {
3030
// Home
3131
SwitchStatus(bool),
3232
OpenSettings,
33-
// Settings
3433
// Modal
3534
ShowModal,
3635
ErrorOkPressed,

src/mod.rs

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/pages/home.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use crate::api::Api;
77
use crate::embed::get_image;
88
use crate::Message;
99
use crate::Message::OpenSettings;
10-
use crate::theme::{button::button_primary_style, toggler::toggler_warp_style, ACCENT_COLOR};
10+
use crate::theme::{toggler::toggler_warp_style, ACCENT_COLOR};
1111
use crate::theme::button::button_icon_style;
1212

1313
static SETTINGS_IMAGE: OnceLock<Handle> = OnceLock::new();

0 commit comments

Comments
 (0)