mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 10:50:00 +00:00
Rename the sixtyfps-rendering-backend-selector crate
This commit is contained in:
parent
f06c69bc2f
commit
9494068201
26 changed files with 66 additions and 67 deletions
|
@ -4,7 +4,7 @@
|
|||
/*! This crate just expose the function used by the C++ integration */
|
||||
|
||||
use core::ffi::c_void;
|
||||
use sixtyfps_rendering_backend_selector::backend;
|
||||
use slint_backend_selector_internal::backend;
|
||||
use slint_core_internal::window::ffi::WindowRcOpaque;
|
||||
use slint_core_internal::window::WindowRc;
|
||||
|
||||
|
@ -13,7 +13,7 @@ use slint_core_internal::window::WindowRc;
|
|||
pub fn use_modules() -> usize {
|
||||
#[cfg(feature = "sixtyfps-interpreter")]
|
||||
sixtyfps_interpreter::use_modules();
|
||||
sixtyfps_rendering_backend_selector::use_modules();
|
||||
slint_backend_selector_internal::use_modules();
|
||||
slint_core_internal::use_modules()
|
||||
}
|
||||
|
||||
|
@ -93,5 +93,5 @@ pub unsafe extern "C" fn sixtyfps_register_font_from_data(
|
|||
#[cfg(feature = "testing")]
|
||||
#[no_mangle]
|
||||
pub unsafe extern "C" fn sixtyfps_testing_init_backend() {
|
||||
sixtyfps_rendering_backend_testing::init();
|
||||
slint_backend_testing_internal::init();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue