WIP: Add ButtonSide element

This commit is contained in:
Piotr Osiewicz 2023-08-02 13:05:29 +02:00
parent e4871afaf3
commit 4ef59899d1
3 changed files with 165 additions and 17 deletions

View file

@ -30,11 +30,11 @@ serde_derive.workspace = true
smallvec.workspace = true
smol.workspace = true
globset.workspace = true
serde_json.workspace = true
[dev-dependencies]
client = { path = "../client", features = ["test-support"] }
editor = { path = "../editor", features = ["test-support"] }
gpui = { path = "../gpui", features = ["test-support"] }
serde_json.workspace = true
workspace = { path = "../workspace", features = ["test-support"] }
unindent.workspace = true