add custom dock
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
[package]
|
||||
name = "dock"
|
||||
description = "Dock (DockArea / Dock / Panel) components vendored from gpui-component."
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
publish.workspace = true
|
||||
|
||||
[dependencies]
|
||||
gpui.workspace = true
|
||||
gpui-component.workspace = true
|
||||
|
||||
anyhow.workspace = true
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
itertools = "0.13.0"
|
||||
smallvec = "1"
|
||||
|
||||
[dev-dependencies]
|
||||
gpui = { workspace = true, features = ["test-support"] }
|
||||
Reference in New Issue
Block a user