From 8ede74557862f14b4d5a2fc7287f3ca9a983d042 Mon Sep 17 00:00:00 2001 From: Amr Bashir Date: Sun, 30 Jul 2023 15:54:14 +0300 Subject: [PATCH] chore: update deps in crate documentation --- src/lib.rs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 4b14f2a..ade2ccc 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -19,20 +19,19 @@ //! //! # Dependencies (Linux Only) //! -//! On Linux, `gtk` and `libappindicator` or `libayatnat-appindicator` are used to create the tray icon, so make sure to install them on your system. +//! On Linux, `gtk`, `libxdo` is used to make the predfined `Copy`, `Cut`, `Paste` and `SelectAll` menu items work and `libappindicator` or `libayatnat-appindicator` are used to create the tray icon, so make sure to install them on your system. //! //! #### Arch Linux / Manjaro: //! //! ```sh -//! pacman -S gtk3 libappindicator-gtk3 #or libayatana-appindicator +//! pacman -S gtk3 xdotool libappindicator-gtk3 #or libayatana-appindicator //! ``` //! //! #### Debian / Ubuntu: //! //! ```sh -//! sudo apt install libgtk-3-dev libappindicator3-dev #or libayatana-appindicator3-dev +//! sudo apt install libgtk-3-dev libxdo-dev libappindicator3-dev #or libayatana-appindicator3-dev //! ``` -//! if you use `tray_icon::menu` module, make sure to checkout //! //! # Examples //!