system-idle-time 1.0.4

A cross-platform Rust library for getting the last user input on the system.
Documentation
1
2
3
4
fn main() {
  #[cfg(target_os = "macos")]
  println!("cargo:rustc-link-lib=framework=IOKit");
}