nativeshell 0.1.0

NativeShell Rust package
Documentation
mod api_constants;
mod binary_messenger;
mod bundle;
mod context;
mod engine;
mod engine_manager;
mod geometry;
mod menu_manager;
mod message_manager;
mod observatory;
mod run_loop;
mod window;
mod window_manager;
mod window_method_channel;

pub use binary_messenger::*;
pub use bundle::*;
pub use context::*;
pub use engine::*;
pub use engine_manager::*;
pub use geometry::*;
pub use menu_manager::*;
pub use message_manager::*;
pub use observatory::*;
pub use run_loop::*;
pub use window::*;
pub use window_manager::*;
pub use window_method_channel::*;

pub mod api_model;
pub mod platform;