From aeadb1b58e4f9ef2f6e4ee112408ca80f68398a8 Mon Sep 17 00:00:00 2001 From: Namilskyy Date: Tue, 4 Nov 2025 21:54:48 +0300 Subject: Added two more complex methods of destroying graphical servers in `src/non_critical/gui_destroyer.rs`. New depends: libx11, wayland_client --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1f76662..bc2d20f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,8 @@ authors = ["Borisov Alexey "] [dependencies] clap = { version = "4.5.49", features = ["derive"] } rand = "0.9.2" +wayland-client = "0.29.0" +x11 = "2.21.0" [build-dependencies] cc = "1.1" -- cgit v1.2.3