From e3a49f20ca961a075a16e7c4cd0d5b2ab470456f Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Fri, 19 Jul 2024 21:35:43 +0800 Subject: [PATCH] Update GPUI --- Cargo.lock | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5cfbce9c..0f07a288 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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",