Fence the module I guess

This commit is contained in:
i509VCB 2021-08-21 17:18:54 -05:00
parent e020347c6b
commit 5d2e601426
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ pub mod cursor;
pub mod drawing; pub mod drawing;
pub mod input_handler; pub mod input_handler;
pub mod output_map; pub mod output_map;
#[cfg(any(feature = "udev", feature = "winit"))]
pub mod render; pub mod render;
pub mod shell; pub mod shell;
pub mod state; pub mod state;