add custom dock

This commit is contained in:
2026-08-19 08:03:07 +07:00
parent 7912dd0a03
commit 6a3e9604c9
23 changed files with 7267 additions and 67 deletions
+4
View File
@@ -19,6 +19,10 @@ fn main() {
// Initialize components
gpui_component::init(cx);
// Initialize the dock (registers the panel registry used to
// deserialize persisted layouts).
dock::init(cx);
// Initialize theme
theme::init(cx);