mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-29 21:34:50 +00:00
Move the repeater part that is specific to rust within the rust lib
This commit is contained in:
parent
911d34e777
commit
56a75a69e5
3 changed files with 40 additions and 39 deletions
|
@ -66,13 +66,15 @@ fn main() {
|
|||
|
||||
pub use sixtyfps_rs_macro::sixtyfps;
|
||||
|
||||
pub(crate) mod repeater;
|
||||
|
||||
/// internal re_exports used by the macro generated
|
||||
#[doc(hidden)]
|
||||
pub mod re_exports {
|
||||
pub use crate::repeater::*;
|
||||
pub use const_field_offset::{self, FieldOffsets};
|
||||
pub use once_cell::sync::Lazy;
|
||||
pub use sixtyfps_corelib::abi::datastructures::*;
|
||||
pub use sixtyfps_corelib::abi::model::*;
|
||||
pub use sixtyfps_corelib::abi::primitives::*;
|
||||
pub use sixtyfps_corelib::abi::properties::Property;
|
||||
pub use sixtyfps_corelib::abi::signals::Signal;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue