Remove unneeded theme dependency

This commit is contained in:
Marshall Bowers 2024-01-03 15:06:31 -05:00
parent 6cb913d8af
commit 324ac96977
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View File

@ -8109,7 +8109,6 @@ dependencies = [
"smallvec", "smallvec",
"story", "story",
"strum", "strum",
"theme",
"theme2", "theme2",
"ui2", "ui2",
"util", "util",

View File

@ -29,7 +29,6 @@ simplelog = "0.9"
smallvec.workspace = true smallvec.workspace = true
story = { path = "../story" } story = { path = "../story" }
strum = { version = "0.25.0", features = ["derive"] } strum = { version = "0.25.0", features = ["derive"] }
theme = { path = "../theme" }
theme2 = { path = "../theme2" } theme2 = { path = "../theme2" }
menu = { package = "menu2", path = "../menu2" } menu = { package = "menu2", path = "../menu2" }
ui = { package = "ui2", path = "../ui2", features = ["stories"] } ui = { package = "ui2", path = "../ui2", features = ["stories"] }