1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
/**
    Allows the creation of message boxes.
*/
#[cfg(any(feature="dialogues", test))]
pub mod messagebox;

/**
    A FileBox allows you to Open or Save files.
    (Mac currently not supported)
*/
#[cfg(any(feature="dialogues", test))]
pub mod filebox;