gxi_desktop_binds 0.1.4

desktop bindings for the gxi-rs project
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub use glib;
pub use tokio;

//re-exports
pub use containers::*;
pub use run::*;
use gxi_interface::gtk::prelude::*;
use gxi_interface::*;
pub use widgets::*;

mod containers;
mod run;
mod widgets;
#[macro_use]
mod desktop_impl_macros;