mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-30 13:51:13 +00:00
Smaller workaround for the fact that some function are not exported
This commit is contained in:
parent
f1d9f4a04e
commit
debd2b5839
6 changed files with 19 additions and 43 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue