diff --git a/Cargo.toml b/Cargo.toml index 22c43eb..9b70a07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,6 @@ members = [ "locker", "dbus-service", "dialog-gtk3", -# "dialog-iced", "util", "systemd", "xcb-xembed", diff --git a/dialog-iced/Cargo.toml b/dialog-iced/Cargo.toml deleted file mode 100644 index 89a1993..0000000 --- a/dialog-iced/Cargo.toml +++ /dev/null @@ -1,8 +0,0 @@ -[package] -name = "bscreensaver-dialog-iced" -version = "0.1.0" -edition = "2021" - -[dependencies] -bscreensaver-util = { path = "../util" } -xcb = { version = "1.1", features = ["randr"] } diff --git a/dialog-iced/src/main.rs b/dialog-iced/src/main.rs deleted file mode 100644 index e69de29..0000000