egui_modal/
lib.rs

1#![warn(missing_docs)]
2//! egui-modal
3//! Modal library for [`egui`]
4mod modal;
5pub use modal::*;