Try blade#144 (#15036)

This pulls in https://github.com/kvark/blade#144 to see if it results in
fewer bad GPU configurations selected

Release Notes:

- linux: Improved graphics card detection
This commit is contained in:
Conrad Irwin 2024-07-23 14:37:22 -06:00 committed by GitHub
parent 5f7881fc1e
commit d034d73af9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

6
Cargo.lock generated
View File

@ -1651,7 +1651,7 @@ dependencies = [
[[package]]
name = "blade-graphics"
version = "0.4.0"
source = "git+https://github.com/zed-industries/blade?rev=7e497c534d5d4a30c18d9eb182cf39eaf0aaa25e#7e497c534d5d4a30c18d9eb182cf39eaf0aaa25e"
source = "git+https://github.com/zed-industries/blade?rev=9cd21915128da8fa68eee6aca21785470f23f766#9cd21915128da8fa68eee6aca21785470f23f766"
dependencies = [
"ash",
"ash-window",
@ -1681,7 +1681,7 @@ dependencies = [
[[package]]
name = "blade-macros"
version = "0.2.1"
source = "git+https://github.com/zed-industries/blade?rev=7e497c534d5d4a30c18d9eb182cf39eaf0aaa25e#7e497c534d5d4a30c18d9eb182cf39eaf0aaa25e"
source = "git+https://github.com/zed-industries/blade?rev=9cd21915128da8fa68eee6aca21785470f23f766#9cd21915128da8fa68eee6aca21785470f23f766"
dependencies = [
"proc-macro2",
"quote",
@ -1691,7 +1691,7 @@ dependencies = [
[[package]]
name = "blade-util"
version = "0.1.0"
source = "git+https://github.com/zed-industries/blade?rev=7e497c534d5d4a30c18d9eb182cf39eaf0aaa25e#7e497c534d5d4a30c18d9eb182cf39eaf0aaa25e"
source = "git+https://github.com/zed-industries/blade?rev=9cd21915128da8fa68eee6aca21785470f23f766#9cd21915128da8fa68eee6aca21785470f23f766"
dependencies = [
"blade-graphics",
"bytemuck",

View File

@ -299,9 +299,9 @@ async-watch = "0.3.1"
async_zip = { version = "0.0.17", features = ["deflate", "deflate64"] }
base64 = "0.13"
bitflags = "2.6.0"
blade-graphics = { git = "https://github.com/zed-industries/blade", rev = "7e497c534d5d4a30c18d9eb182cf39eaf0aaa25e" }
blade-macros = { git = "https://github.com/zed-industries/blade", rev = "7e497c534d5d4a30c18d9eb182cf39eaf0aaa25e" }
blade-util = { git = "https://github.com/zed-industries/blade", rev = "7e497c534d5d4a30c18d9eb182cf39eaf0aaa25e" }
blade-graphics = { git = "https://github.com/zed-industries/blade", rev = "9cd21915128da8fa68eee6aca21785470f23f766" }
blade-macros = { git = "https://github.com/zed-industries/blade", rev = "9cd21915128da8fa68eee6aca21785470f23f766" }
blade-util = { git = "https://github.com/zed-industries/blade", rev = "9cd21915128da8fa68eee6aca21785470f23f766" }
cap-std = "3.0"
cargo_toml = "0.20"
chrono = { version = "0.4", features = ["serde"] }