orbtk_orbclient 0.3.1-alpha4

Window shell crate used by OrbTk.
1
2
3
4
//! This module pre-selects commonly used OrbTk crates and put them into scope.
pub use crate::{
    event::*, orbclient::*, window_adapter::*, ShellRequest, WindowRequest, WindowSettings,
};