From 05895b40a2ea2d1083f98a59caaccf350a7e687a Mon Sep 17 00:00:00 2001 From: Stu Black Date: Tue, 9 Sep 2025 22:07:37 -0400 Subject: [PATCH] Forgot to add wrlib module to lib.rs. --- wmakerlib/src/lib.rs | 1 + 1 file changed, 1 insertion(+) 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::*;