mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-30 13:51:13 +00:00
Add a shared string that can be used in properties
This commit is contained in:
parent
e6be2c91b8
commit
25bf149e13
14 changed files with 208 additions and 52 deletions
|
@ -5,8 +5,12 @@ pub mod abi {
|
|||
pub mod datastructures;
|
||||
pub mod model;
|
||||
pub mod primitives;
|
||||
pub mod string;
|
||||
}
|
||||
|
||||
#[doc(inline)]
|
||||
pub use abi::string::SharedString;
|
||||
|
||||
mod item_rendering;
|
||||
|
||||
pub struct MainWindow<GraphicsBackend>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue