mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-03 07:04:34 +00:00
vtable crate: Some refactoring and simplifications
This commit is contained in:
parent
903fc513de
commit
4ca45ca4da
7 changed files with 97 additions and 146 deletions
|
@ -3,7 +3,7 @@ pub use sixtyfps_rs_macro::sixtyfps;
|
|||
/// internal re_exports used by the macro generated
|
||||
pub mod re_exports {
|
||||
pub use const_field_offset::FieldOffsets;
|
||||
pub use corelib::abi::datastructures::{Component, ComponentVTable, ItemTreeNode, ComponentTO};
|
||||
pub use corelib::abi::datastructures::{Component, ComponentTO, ComponentVTable, ItemTreeNode};
|
||||
pub use corelib::abi::primitives::{Image, ImageVTable, Rectangle, RectangleVTable};
|
||||
pub use gl::sixtyfps_runtime_run_component_with_gl_renderer;
|
||||
pub use once_cell::sync::Lazy;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue