Fix a few out of date warnings

This commit is contained in:
Mikayla 2024-02-07 11:59:52 -08:00
parent 67555ee5b4
commit f507698c62
No known key found for this signature in database
3 changed files with 5 additions and 5 deletions

View file

@ -7,5 +7,6 @@ mod window;
pub(crate) use dispatcher::*;
pub(crate) use display::*;
pub(crate) use platform::*;
#[cfg(not(target_os = "macos"))]
pub(crate) use text_system::*;
pub(crate) use window::*;