diff --git a/Cargo.lock b/Cargo.lock index c467a3c232..f0599f2efd 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 e20c3d3eea..7e50561ec8 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 }