From 98111c3b00988063c075578b076850a4a73dcb2f Mon Sep 17 00:00:00 2001 From: Dzmitry Malyshau Date: Sun, 17 Mar 2024 22:58:27 -0700 Subject: [PATCH] Update blade-graphics with the better intel+nvidia workaround --- Cargo.lock | 4 ++-- Cargo.toml | 9 ++------- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c467a3c2321a82858be4a377c697bdb71e5411a6..f0599f2efd766c657af493275efd0bf52df210a3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1452,7 +1452,7 @@ dependencies = [ [[package]] name = "blade-graphics" version = "0.3.0" -source = "git+https://github.com/kvark/blade?rev=43721bf42d298b7cbee2195ee66f73a5f1c7b2fc#43721bf42d298b7cbee2195ee66f73a5f1c7b2fc" +source = "git+https://github.com/kvark/blade?rev=61cbd6b2c224791d52b150fe535cee665cc91bb2#61cbd6b2c224791d52b150fe535cee665cc91bb2" dependencies = [ "ash", "ash-window", @@ -1482,7 +1482,7 @@ dependencies = [ [[package]] name = "blade-macros" version = "0.2.1" -source = "git+https://github.com/kvark/blade?rev=43721bf42d298b7cbee2195ee66f73a5f1c7b2fc#43721bf42d298b7cbee2195ee66f73a5f1c7b2fc" +source = "git+https://github.com/kvark/blade?rev=61cbd6b2c224791d52b150fe535cee665cc91bb2#61cbd6b2c224791d52b150fe535cee665cc91bb2" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index e20c3d3eeac89d78541540291111d66463114558..7e50561ec88cf9d8c92118e0a85863180da2568e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -203,8 +203,8 @@ async-recursion = "1.0.0" async-tar = "0.4.2" async-trait = "0.1" bitflags = "2.4.2" -blade-graphics = { git = "https://github.com/kvark/blade", rev = "43721bf42d298b7cbee2195ee66f73a5f1c7b2fc" } -blade-macros = { git = "https://github.com/kvark/blade", rev = "43721bf42d298b7cbee2195ee66f73a5f1c7b2fc" } +blade-graphics = { git = "https://github.com/kvark/blade", rev = "61cbd6b2c224791d52b150fe535cee665cc91bb2" } +blade-macros = { git = "https://github.com/kvark/blade", rev = "61cbd6b2c224791d52b150fe535cee665cc91bb2" } blade-rwh = { package = "raw-window-handle", version = "0.5" } cap-std = "2.0" chrono = { version = "0.4", features = ["serde"] } @@ -374,11 +374,6 @@ pathfinder_simd = { git = "https://github.com/servo/pathfinder.git", rev = "3041 split-debuginfo = "unpacked" debug = "limited" -# todo(linux) - Remove this -[profile.dev.package.blade-graphics] -split-debuginfo = "off" -debug = "full" - [profile.dev.package] taffy = { opt-level = 3 } cranelift-codegen = { opt-level = 3 }