Smaller workaround for the fact that some function are not exported

This commit is contained in:
Olivier Goffart 2020-07-23 17:11:00 +02:00
parent f1d9f4a04e
commit debd2b5839
6 changed files with 19 additions and 43 deletions

View file

@ -730,3 +730,10 @@ pub fn create_gl_window() -> ComponentWindow {
GLRenderer::new(&event_loop.get_winit_event_loop(), window_builder)
}))
}
#[doc(hidden)]
#[cold]
pub fn use_modules() {
sixtyfps_corelib::use_modules();
}