mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-02 22:54:36 +00:00
11 lines
469 B
Rust
11 lines
469 B
Rust
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, 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;
|
|
pub use vtable::*;
|
|
}
|