Update GPUI

This commit is contained in:
Jason Lee 2024-07-19 21:35:43 +08:00
parent e54d1f600b
commit e3a49f20ca

22
Cargo.lock generated
View file

@ -965,7 +965,7 @@ dependencies = [
[[package]]
name = "collections"
version = "0.1.0"
source = "git+https://github.com/huacnlee/zed.git?branch=export-platform-window#4df6491cd8ffea43bd1d0258a02a209224869b61"
source = "git+https://github.com/huacnlee/zed.git?branch=export-platform-window#86db48bc41380bed576126a7ccc26ae5a950acfa"
dependencies = [
"rustc-hash",
]
@ -1284,7 +1284,7 @@ dependencies = [
[[package]]
name = "derive_refineable"
version = "0.1.0"
source = "git+https://github.com/huacnlee/zed.git?branch=export-platform-window#4df6491cd8ffea43bd1d0258a02a209224869b61"
source = "git+https://github.com/huacnlee/zed.git?branch=export-platform-window#86db48bc41380bed576126a7ccc26ae5a950acfa"
dependencies = [
"proc-macro2",
"quote",
@ -2230,7 +2230,7 @@ dependencies = [
[[package]]
name = "gpui"
version = "0.1.0"
source = "git+https://github.com/huacnlee/zed.git?branch=export-platform-window#4df6491cd8ffea43bd1d0258a02a209224869b61"
source = "git+https://github.com/huacnlee/zed.git?branch=export-platform-window#86db48bc41380bed576126a7ccc26ae5a950acfa"
dependencies = [
"anyhow",
"as-raw-xcb-connection",
@ -2329,7 +2329,7 @@ dependencies = [
[[package]]
name = "gpui_macros"
version = "0.1.0"
source = "git+https://github.com/huacnlee/zed.git?branch=export-platform-window#4df6491cd8ffea43bd1d0258a02a209224869b61"
source = "git+https://github.com/huacnlee/zed.git?branch=export-platform-window#86db48bc41380bed576126a7ccc26ae5a950acfa"
dependencies = [
"proc-macro2",
"quote",
@ -2520,7 +2520,7 @@ dependencies = [
[[package]]
name = "http"
version = "0.1.0"
source = "git+https://github.com/huacnlee/zed.git?branch=export-platform-window#4df6491cd8ffea43bd1d0258a02a209224869b61"
source = "git+https://github.com/huacnlee/zed.git?branch=export-platform-window#86db48bc41380bed576126a7ccc26ae5a950acfa"
dependencies = [
"anyhow",
"futures",
@ -3060,7 +3060,7 @@ dependencies = [
[[package]]
name = "media"
version = "0.1.0"
source = "git+https://github.com/huacnlee/zed.git?branch=export-platform-window#4df6491cd8ffea43bd1d0258a02a209224869b61"
source = "git+https://github.com/huacnlee/zed.git?branch=export-platform-window#86db48bc41380bed576126a7ccc26ae5a950acfa"
dependencies = [
"anyhow",
"bindgen",
@ -3414,7 +3414,7 @@ version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "681030a937600a36906c185595136d26abfebb4aa9c65701cefcaf8578bb982b"
dependencies = [
"proc-macro-crate 3.1.0",
"proc-macro-crate 1.3.1",
"proc-macro2",
"quote",
"syn 2.0.71",
@ -4444,7 +4444,7 @@ dependencies = [
[[package]]
name = "refineable"
version = "0.1.0"
source = "git+https://github.com/huacnlee/zed.git?branch=export-platform-window#4df6491cd8ffea43bd1d0258a02a209224869b61"
source = "git+https://github.com/huacnlee/zed.git?branch=export-platform-window#86db48bc41380bed576126a7ccc26ae5a950acfa"
dependencies = [
"derive_refineable",
]
@ -4732,7 +4732,7 @@ checksum = "d369a96f978623eb3dc28807c4852d6cc617fed53da5d3c400feff1ef34a714a"
[[package]]
name = "semantic_version"
version = "0.1.0"
source = "git+https://github.com/huacnlee/zed.git?branch=export-platform-window#4df6491cd8ffea43bd1d0258a02a209224869b61"
source = "git+https://github.com/huacnlee/zed.git?branch=export-platform-window#86db48bc41380bed576126a7ccc26ae5a950acfa"
dependencies = [
"anyhow",
"serde",
@ -5183,7 +5183,7 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
[[package]]
name = "sum_tree"
version = "0.1.0"
source = "git+https://github.com/huacnlee/zed.git?branch=export-platform-window#4df6491cd8ffea43bd1d0258a02a209224869b61"
source = "git+https://github.com/huacnlee/zed.git?branch=export-platform-window#86db48bc41380bed576126a7ccc26ae5a950acfa"
dependencies = [
"arrayvec",
"log",
@ -5828,7 +5828,7 @@ checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
[[package]]
name = "util"
version = "0.1.0"
source = "git+https://github.com/huacnlee/zed.git?branch=export-platform-window#4df6491cd8ffea43bd1d0258a02a209224869b61"
source = "git+https://github.com/huacnlee/zed.git?branch=export-platform-window#86db48bc41380bed576126a7ccc26ae5a950acfa"
dependencies = [
"anyhow",
"async-fs 1.6.0",