Add a shared string that can be used in properties

This commit is contained in:
Olivier Goffart 2020-05-18 16:00:50 +02:00
parent e6be2c91b8
commit 25bf149e13
14 changed files with 208 additions and 52 deletions

View file

@ -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>