diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -189,6 +189,7 @@ mod platform; mod sandbox; pub mod settings; +pub mod window; pub use application::Application; pub use platform::*; |