mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-06 10:42:08 +00:00
Merge branch 'gpui2' into marshall/gpui2-playground
This commit is contained in:
commit
f5e5b44bc1
1 changed files with 0 additions and 21 deletions
21
Cargo.lock
generated
21
Cargo.lock
generated
|
@ -7796,7 +7796,6 @@ dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"chrono",
|
"chrono",
|
||||||
"clap 4.4.4",
|
"clap 4.4.4",
|
||||||
"derive_more",
|
|
||||||
"fs",
|
"fs",
|
||||||
"futures 0.3.28",
|
"futures 0.3.28",
|
||||||
"gpui2",
|
"gpui2",
|
||||||
|
@ -7818,18 +7817,13 @@ version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"backtrace-on-stack-overflow",
|
"backtrace-on-stack-overflow",
|
||||||
"clap 4.4.4",
|
|
||||||
"gpui3",
|
"gpui3",
|
||||||
"itertools 0.11.0",
|
|
||||||
"log",
|
"log",
|
||||||
"rust-embed",
|
"rust-embed",
|
||||||
"serde",
|
"serde",
|
||||||
"settings",
|
"settings",
|
||||||
"simplelog",
|
"simplelog",
|
||||||
"smallvec",
|
|
||||||
"strum",
|
|
||||||
"theme",
|
"theme",
|
||||||
"ui2",
|
|
||||||
"util",
|
"util",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -9052,21 +9046,6 @@ dependencies = [
|
||||||
"theme",
|
"theme",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "ui2"
|
|
||||||
version = "0.1.0"
|
|
||||||
dependencies = [
|
|
||||||
"anyhow",
|
|
||||||
"chrono",
|
|
||||||
"gpui3",
|
|
||||||
"rand 0.8.5",
|
|
||||||
"serde",
|
|
||||||
"settings",
|
|
||||||
"smallvec",
|
|
||||||
"strum",
|
|
||||||
"theme",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "unicase"
|
name = "unicase"
|
||||||
version = "2.7.0"
|
version = "2.7.0"
|
||||||
|
|
Loading…
Reference in a new issue