Experimental platform API from C++

This commit is contained in:
Olivier Goffart 2022-12-12 12:54:31 +01:00 committed by GitHub
parent a4e4863669
commit 8d686637f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 468 additions and 9 deletions

View file

@ -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 {