Skip to main content

leptix_alert_dialog/
lib.rs

1//! A modal dialog that interrupts the user with important content and expects a response.
2
3mod alert_dialog;
4pub use alert_dialog::*;