update dock
This commit is contained in:
@@ -1,10 +1,3 @@
|
||||
//! Dock (DockArea / Dock / Panel) components.
|
||||
//!
|
||||
//! Vendored from [`gpui-component`]'s `dock` module (v0.5.2,
|
||||
//! rev 9e3a29dcbdebc318632bf68203f26c33e9f0e902) so it can be customized
|
||||
//! in-tree. Everything else (Button, TabBar, menus, icons, ...) is imported
|
||||
//! from `gpui-component` directly.
|
||||
|
||||
mod dock;
|
||||
mod invalid_panel;
|
||||
mod panel;
|
||||
@@ -13,6 +6,7 @@ mod stack_panel;
|
||||
mod state;
|
||||
mod tab_panel;
|
||||
mod tiles;
|
||||
mod window_controls;
|
||||
|
||||
use std::sync::Arc;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user