docs: document supported OSes

This commit is contained in:
amrbashir
2022-12-13 01:11:21 +02:00
parent 5324ebbf3b
commit 66d84a7baf
2 changed files with 11 additions and 0 deletions

View File

@@ -28,6 +28,11 @@ if let Ok(event) = global_hotkey_event_receiver().try_recv() {
}
```
## Platforms-supported:
- Windows
- macOS
- Linux (X11 Only)
## License

View File

@@ -31,6 +31,12 @@
//! println!("{:?}", event);
//! }
//! ```
//!
//! # Platforms-supported:
//!
//! - Windows
//! - macOS
//! - Linux (X11 Only)
use crossbeam_channel::{unbounded, Receiver, Sender};
use once_cell::sync::Lazy;