From 9a7fa897ef9ba9f2b124809a537aa5cff28f0017 Mon Sep 17 00:00:00 2001 From: "Brian J. Tarricone" Date: Wed, 4 May 2022 01:04:50 -0700 Subject: [PATCH] Remove bscreensaver-dialog-iced I never even started this; main.rs was empty. --- Cargo.toml | 1 - dialog-iced/Cargo.toml | 8 -------- dialog-iced/src/main.rs | 0 3 files changed, 9 deletions(-) delete mode 100644 dialog-iced/Cargo.toml delete mode 100644 dialog-iced/src/main.rs 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