Project dropdown menu
This commit is contained in:
parent
d000ea9739
commit
888d3b3fd6
5 changed files with 95 additions and 10 deletions
|
@ -35,6 +35,7 @@ gpui = { path = "../gpui" }
|
|||
menu = { path = "../menu" }
|
||||
picker = { path = "../picker" }
|
||||
project = { path = "../project" }
|
||||
recent_projects = {path = "../recent_projects"}
|
||||
settings = { path = "../settings" }
|
||||
theme = { path = "../theme" }
|
||||
theme_selector = { path = "../theme_selector" }
|
||||
|
@ -42,6 +43,7 @@ util = { path = "../util" }
|
|||
workspace = { path = "../workspace" }
|
||||
zed-actions = {path = "../zed-actions"}
|
||||
|
||||
|
||||
anyhow.workspace = true
|
||||
futures.workspace = true
|
||||
log.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue