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