mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-02 04:48:27 +00:00
Experimental platform API from C++
This commit is contained in:
parent
a4e4863669
commit
8d686637f4
8 changed files with 468 additions and 9 deletions
|
|
@ -7,6 +7,9 @@ use core::ffi::c_void;
|
|||
use i_slint_core::window::{ffi::WindowAdapterRcOpaque, WindowAdapter};
|
||||
use std::rc::Rc;
|
||||
|
||||
#[cfg(feature = "experimental")]
|
||||
pub mod platform;
|
||||
|
||||
#[doc(hidden)]
|
||||
#[cold]
|
||||
pub fn use_modules() -> usize {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue