Extract theme_selector
into its own crate
This commit is contained in:
parent
47b29a5f21
commit
2280c75103
6 changed files with 63 additions and 22 deletions
|
@ -39,6 +39,7 @@ project_panel = { path = "../project_panel" }
|
|||
rpc = { path = "../rpc" }
|
||||
sum_tree = { path = "../sum_tree" }
|
||||
theme = { path = "../theme" }
|
||||
theme_selector = { path = "../theme_selector" }
|
||||
util = { path = "../util" }
|
||||
workspace = { path = "../workspace" }
|
||||
anyhow = "1.0.38"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue