mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-05 23:51:08 +00:00
ui2: Remove dependency on settings
crate
This commit is contained in:
parent
88a3a57789
commit
692aeff263
2 changed files with 0 additions and 2 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -9486,7 +9486,6 @@ dependencies = [
|
|||
"itertools 0.11.0",
|
||||
"rand 0.8.5",
|
||||
"serde",
|
||||
"settings",
|
||||
"smallvec",
|
||||
"strum",
|
||||
"theme",
|
||||
|
|
|
@ -10,7 +10,6 @@ chrono = "0.4"
|
|||
gpui2 = { path = "../gpui2" }
|
||||
itertools = { version = "0.11.0", optional = true }
|
||||
serde.workspace = true
|
||||
settings = { path = "../settings" }
|
||||
smallvec.workspace = true
|
||||
strum = { version = "0.25.0", features = ["derive"] }
|
||||
theme = { path = "../theme" }
|
||||
|
|
Loading…
Reference in a new issue