gxi_desktop_binds 0.1.4

desktop bindings for the gxi-rs project
1
2
3
4
5
pub use view::*;
pub use window::*;

mod view;
mod window;