mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
Remove unneeded theme
dependency
This commit is contained in:
parent
6cb913d8af
commit
324ac96977
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -8109,7 +8109,6 @@ dependencies = [
|
|||||||
"smallvec",
|
"smallvec",
|
||||||
"story",
|
"story",
|
||||||
"strum",
|
"strum",
|
||||||
"theme",
|
|
||||||
"theme2",
|
"theme2",
|
||||||
"ui2",
|
"ui2",
|
||||||
"util",
|
"util",
|
||||||
|
@ -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"] }
|
||||||
|
Loading…
Reference in New Issue
Block a user