Skip to content

Commit

Permalink
chore: update deps in crate documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir committed Jul 30, 2023
1 parent f4b18a2 commit 8ede745
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/tauri-apps/muda#dependencies>
//!
//! # Examples
//!
Expand Down

0 comments on commit 8ede745

Please sign in to comment.