wip: split out layout management from System into separate LayoutManager

This commit is contained in:
Alex Auvolat
2023-11-09 12:55:36 +01:00
parent 523d2ecb95
commit 8a2b1dd422
10 changed files with 332 additions and 220 deletions
+2
View File
@@ -3,6 +3,8 @@ mod history;
mod schema;
mod version;
pub mod manager;
// ---- re-exports ----
pub use history::*;