Forgot to add wrlib module to lib.rs.

This commit is contained in:
2025-09-09 22:07:37 -04:00
parent 4f4ef94400
commit 05895b40a2
+1
View File
@@ -4,4 +4,5 @@ pub mod screen;
pub mod window;
pub type WApplication = application::Application;
pub mod wrlib;
pub use application::ffi::*;