mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 06:11:16 +00:00
Fix linking of the interpreter
I don't know why, byt the 'crate-type = "lib"' seem to fix the problem
This commit is contained in:
parent
9e66ec71ce
commit
6e9d4f9e8d
4 changed files with 5 additions and 12 deletions
|
@ -11,7 +11,7 @@ LICENSE END */
|
|||
|
||||
#[doc(hidden)]
|
||||
#[cold]
|
||||
pub extern "C" fn use_modules() -> usize {
|
||||
pub fn use_modules() -> usize {
|
||||
#[cfg(feature = "sixtyfps-interpreter")]
|
||||
sixtyfps_interpreter::use_modules();
|
||||
sixtyfps_rendering_backend_default::use_modules();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue