Add TitleBar component and wire up to the workspace

This commit is contained in:
Marshall Bowers 2023-10-07 12:10:39 -04:00
parent f33d41af63
commit eb642551ac
7 changed files with 349 additions and 9 deletions

View file

@ -8,6 +8,7 @@ pub mod project_panel;
pub mod tab;
pub mod tab_bar;
pub mod terminal;
pub mod title_bar;
pub mod toolbar;
pub mod traffic_lights;
pub mod workspace;