diff --git a/Cargo.toml b/Cargo.toml index 019cb3f356..26cd9ab039 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -181,11 +181,6 @@ wasmtime = "16" tree-sitter = { git = "https://github.com/tree-sitter/tree-sitter", rev = "1d8975319c2d5de1bf710e7e21db25b0eee4bc66" } wasmtime = { git = "https://github.com/bytecodealliance/wasmtime", rev = "v16.0.0" } -# TODO - Remove when corresponding Blade versions are published -[patch."https://github.com/kvark/blade"] -blade-graphics = { path = "/x/Code/blade/blade-graphics" } -blade-macros = { path = "/x/Code/blade/blade-macros" } - [profile.dev] split-debuginfo = "unpacked" debug = "limited" diff --git a/crates/gpui/Cargo.toml b/crates/gpui/Cargo.toml index 6dd64752cc..9a6530eeef 100644 --- a/crates/gpui/Cargo.toml +++ b/crates/gpui/Cargo.toml @@ -26,8 +26,8 @@ anyhow.workspace = true async-task = "4.7" backtrace = { version = "0.3", optional = true } bitflags = "2.4.0" -blade-graphics = { git = "https://github.com/kvark/blade", branch = "zed" } -blade-macros = { git = "https://github.com/kvark/blade", branch = "zed" } +blade-graphics = { git = "https://github.com/kvark/blade", rev = "62eb18d312f720a5aac8f508fe223146a24fc7f0" } +blade-macros = { git = "https://github.com/kvark/blade", rev = "62eb18d312f720a5aac8f508fe223146a24fc7f0" } bytemuck = "1" collections = { path = "../collections" } ctor.workspace = true