Remove unused dependencies on theme

This commit is contained in:
Max Brunsfeld 2023-09-28 16:56:39 -07:00
parent 38a9e6fde1
commit e34ebbc665
5 changed files with 0 additions and 8 deletions

View file

@ -31,7 +31,6 @@ language = { path = "../language" }
media = { path = "../media" }
project = { path = "../project" }
settings = { path = "../settings" }
theme = { path = "../theme" }
util = { path = "../util" }
anyhow.workspace = true

View file

@ -23,7 +23,6 @@ language = { path = "../language" }
settings = { path = "../settings" }
feature_flags = { path = "../feature_flags" }
sum_tree = { path = "../sum_tree" }
theme = { path = "../theme" }
anyhow.workspace = true
futures.workspace = true

View file

@ -21,7 +21,6 @@ text = { path = "../text" }
settings = { path = "../settings" }
feature_flags = { path = "../feature_flags" }
sum_tree = { path = "../sum_tree" }
theme = { path = "../theme" }
anyhow.workspace = true
async-recursion = "0.3"

View file

@ -35,7 +35,6 @@ rpc = { path = "../rpc" }
settings = { path = "../settings" }
sum_tree = { path = "../sum_tree" }
terminal = { path = "../terminal" }
theme = { path = "../theme" }
util = { path = "../util" }
aho-corasick = "1.1"