mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 18:58:36 +00:00
Hide the ComponentFactory from the docs
It was not meant to be public. Added a deprecated note even if deprecared on `pub use` don't show warnings
This commit is contained in:
parent
78cb4c07f4
commit
f2c3b98a7d
1 changed files with 2 additions and 0 deletions
|
@ -202,6 +202,8 @@ compile_error!(
|
|||
pub use slint_macros::slint;
|
||||
|
||||
pub use i_slint_core::api::*;
|
||||
#[doc(hidden)]
|
||||
#[deprecated(note = "Experimental type was made public by mistake")]
|
||||
pub use i_slint_core::component_factory::ComponentFactory;
|
||||
#[cfg(not(target_arch = "wasm32"))]
|
||||
pub use i_slint_core::graphics::{BorrowedOpenGLTextureBuilder, BorrowedOpenGLTextureOrigin};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue