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
+1
View File
@@ -19,6 +19,7 @@ gpui_platform.workspace = true
gpui_linux.workspace = true
gpui_windows.workspace = true
gpui_macos.workspace = true
dock = { workspace = true }
gpui-component.workspace = true
reqwest_client.workspace = true
log.workspace = true
+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);