mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-30 13:51:13 +00:00
Move corelib::abi::properties to corelib::properties
And the bits that are only there for the C binding are now in an ffi sub-module.
This commit is contained in:
parent
b259a09338
commit
9b13b363c3
8 changed files with 269 additions and 250 deletions
|
@ -76,7 +76,6 @@ pub mod re_exports {
|
|||
pub use once_cell::unsync::OnceCell;
|
||||
pub use pin_weak::rc::*;
|
||||
pub use sixtyfps_corelib::abi::datastructures::*;
|
||||
pub use sixtyfps_corelib::abi::properties::{Property, PropertyListenerScope};
|
||||
pub use sixtyfps_corelib::abi::signals::Signal;
|
||||
pub use sixtyfps_corelib::abi::slice::Slice;
|
||||
pub use sixtyfps_corelib::animations::EasingCurve;
|
||||
|
@ -93,6 +92,7 @@ pub mod re_exports {
|
|||
grid_layout_info, solve_grid_layout, solve_path_layout, GridLayoutCellData, GridLayoutData,
|
||||
PathLayoutData, PathLayoutItemData,
|
||||
};
|
||||
pub use sixtyfps_corelib::properties::{Property, PropertyListenerScope};
|
||||
pub use sixtyfps_corelib::Color;
|
||||
pub use sixtyfps_corelib::ComponentVTable_static;
|
||||
pub use sixtyfps_corelib::Resource;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue