diff options
| author | Namilskyy <alive6863@gmail.com> | 2025-11-04 21:54:48 +0300 |
|---|---|---|
| committer | Namilskyy <alive6863@gmail.com> | 2025-11-04 22:05:30 +0300 |
| commit | aeadb1b58e4f9ef2f6e4ee112408ca80f68398a8 (patch) | |
| tree | 4377c7191da21599df75b3a9f2c8a5f80b97e9af /Cargo.toml | |
| parent | 3b0f8d460a549a91b9555e8edeb36c02d41e73cd (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.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |
