Extract theme_selector into its own crate

This commit is contained in:
Antonio Scandurra 2021-10-05 15:38:25 +02:00
parent 47b29a5f21
commit 2280c75103
6 changed files with 63 additions and 22 deletions

View file

@ -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"