Property refactoring

The tests are working and everything seems to be back normal.
But there is still some cleanup required
This commit is contained in:
Olivier Goffart 2020-07-01 18:46:33 +02:00
parent facc18d0eb
commit 9d852f802e
7 changed files with 716 additions and 486 deletions

View file

@ -15,6 +15,7 @@ pub mod graphics;
pub mod input;
pub mod item_tree;
pub mod layout;
//pub mod properties;
#[cfg(feature = "rtti")]
pub mod rtti;