Change summary
Cargo.toml | 5 -----
crates/gpui/Cargo.toml | 4 ++--
2 files changed, 2 insertions(+), 7 deletions(-)
Detailed changes
@@ -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"
@@ -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