mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 22:31:14 +00:00
[reorg]: Move the rendering backends into internal
This commit is contained in:
parent
e6b24bceec
commit
a3b86690ff
75 changed files with 77 additions and 74 deletions
|
@ -6,14 +6,14 @@
|
|||
use core::ffi::c_void;
|
||||
use sixtyfps_corelib::window::ffi::WindowRcOpaque;
|
||||
use sixtyfps_corelib::window::WindowRc;
|
||||
use sixtyfps_rendering_backend_default::backend;
|
||||
use sixtyfps_rendering_backend_selector::backend;
|
||||
|
||||
#[doc(hidden)]
|
||||
#[cold]
|
||||
pub fn use_modules() -> usize {
|
||||
#[cfg(feature = "sixtyfps-interpreter")]
|
||||
sixtyfps_interpreter::use_modules();
|
||||
sixtyfps_rendering_backend_default::use_modules();
|
||||
sixtyfps_rendering_backend_selector::use_modules();
|
||||
sixtyfps_corelib::use_modules()
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue