Add blade dependency

This commit is contained in:
Dzmitry Malyshau
2024-02-01 21:27:43 -08:00
parent 69e0ea92e4
commit ef4ef5f0e8
6 changed files with 16 additions and 11 deletions
+4
View File
@@ -181,6 +181,10 @@ 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
blade-graphics = { path = "/x/Code/blade/blade-graphics" }
blade-macros = { path = "/x/Code/blade/blade-macros" }
[profile.dev]
split-debuginfo = "unpacked"
debug = "limited"