mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-03 07:04:34 +00:00
Rename corelib::abi::primitives to corelib::items
This commit is contained in:
parent
72d2a430ee
commit
69beab5957
10 changed files with 35 additions and 34 deletions
|
@ -28,7 +28,6 @@ pub mod abi {
|
|||
#![allow(unsafe_code)]
|
||||
pub mod datastructures;
|
||||
pub mod model;
|
||||
pub mod primitives;
|
||||
pub mod properties;
|
||||
pub mod sharedarray;
|
||||
pub mod signals;
|
||||
|
@ -37,6 +36,8 @@ pub mod abi {
|
|||
pub mod tests;
|
||||
}
|
||||
|
||||
pub mod items;
|
||||
|
||||
#[doc(inline)]
|
||||
pub use abi::string::SharedString;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue