ui2: Remove dependency on theme crate

This commit is contained in:
Marshall Bowers 2023-10-26 16:49:56 +02:00
parent 692aeff263
commit 973ca8d4f0
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View file

@ -9488,7 +9488,6 @@ dependencies = [
"serde",
"smallvec",
"strum",
"theme",
"theme2",
]

View file

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