Extract quick_action_bar into its own crate
This commit is contained in:
parent
0f650acc23
commit
8926c23bdb
5 changed files with 35 additions and 2 deletions
|
@ -54,6 +54,7 @@ plugin_runtime = { path = "../plugin_runtime",optional = true }
|
|||
project = { path = "../project" }
|
||||
project_panel = { path = "../project_panel" }
|
||||
project_symbols = { path = "../project_symbols" }
|
||||
quick_action_bar = { path = "../quick_action_bar" }
|
||||
recent_projects = { path = "../recent_projects" }
|
||||
rpc = { path = "../rpc" }
|
||||
settings = { path = "../settings" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue