mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
blade: point to master, remove the override
This commit is contained in:
parent
2e32f5867e
commit
59642bf29a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user