mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-30 07:07:25 +00:00
C++: Make it working to have experimental withoud std
This commit is contained in:
parent
7cffad2c3f
commit
1805e6c4c1
4 changed files with 9 additions and 5 deletions
|
@ -10,7 +10,7 @@ use alloc::rc::Rc;
|
|||
use core::ffi::c_void;
|
||||
use i_slint_core::window::{ffi::WindowAdapterRcOpaque, WindowAdapter};
|
||||
|
||||
#[cfg(feature = "experimental-platform")]
|
||||
#[cfg(feature = "experimental")]
|
||||
pub mod platform;
|
||||
|
||||
#[cfg(feature = "i-slint-backend-selector")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue