blade: point to master, remove the override

This commit is contained in:
Dzmitry Malyshau 2024-02-03 14:13:36 -08:00
parent 2e32f5867e
commit 59642bf29a
2 changed files with 2 additions and 7 deletions

View File

@ -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"

View File

@ -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