mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-31 15:47:26 +00:00
Rename the sixtyfps-interpreter crate
This commit is contained in:
parent
cab22f8355
commit
2f73a27635
23 changed files with 83 additions and 83 deletions
|
@ -11,8 +11,8 @@ use slint_core_internal::window::WindowRc;
|
|||
#[doc(hidden)]
|
||||
#[cold]
|
||||
pub fn use_modules() -> usize {
|
||||
#[cfg(feature = "sixtyfps-interpreter")]
|
||||
sixtyfps_interpreter::use_modules();
|
||||
#[cfg(feature = "slint-interpreter")]
|
||||
slint_interpreter::use_modules();
|
||||
slint_backend_selector_internal::use_modules();
|
||||
slint_core_internal::use_modules()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue