Cargo.lock 🔗
@@ -9488,7 +9488,6 @@ dependencies = [
"serde",
"smallvec",
"strum",
- "theme",
"theme2",
]
Marshall Bowers created
Cargo.lock | 1 -
crates/ui2/Cargo.toml | 1 -
2 files changed, 2 deletions(-)
@@ -9488,7 +9488,6 @@ dependencies = [
"serde",
"smallvec",
"strum",
- "theme",
"theme2",
]
@@ -12,7 +12,6 @@ itertools = { version = "0.11.0", optional = true }
serde.workspace = true
smallvec.workspace = true
strum = { version = "0.25.0", features = ["derive"] }
-theme = { path = "../theme" }
theme2 = { path = "../theme2" }
rand = "0.8"