diff --git a/wmakerlib/src/lib.rs b/wmakerlib/src/lib.rs index 9d03ae5e..602ae256 100644 --- a/wmakerlib/src/lib.rs +++ b/wmakerlib/src/lib.rs @@ -4,4 +4,5 @@ pub mod screen; pub mod window; pub type WApplication = application::Application; +pub mod wrlib; pub use application::ffi::*;