summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNamilskyy <alive6863@gmail.com>2025-11-04 21:54:48 +0300
committerNamilskyy <alive6863@gmail.com>2025-11-04 22:05:30 +0300
commitaeadb1b58e4f9ef2f6e4ee112408ca80f68398a8 (patch)
tree4377c7191da21599df75b3a9f2c8a5f80b97e9af /Cargo.toml
parent3b0f8d460a549a91b9555e8edeb36c02d41e73cd (diff)
Added two more complex methods of destroying graphical servers in `src/non_critical/gui_destroyer.rs`.
New depends: libx11, wayland_client
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
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 <arcanetmod@gmail.com>"]
[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"