native-dialog 0.9.6

A library to display dialogs. Supports GNU/Linux, BSD Unix, macOS and Windows.
Documentation
1
2
3
4
#[cfg(not(target_os = "macos"))]
mod tilde;
#[cfg(not(target_os = "macos"))]
pub use tilde::*;