We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01d0070 commit 6017686Copy full SHA for 6017686
Cargo.toml
@@ -20,4 +20,5 @@ debug = true
20
# DXC crash when empty warning in hassle rs.
21
# Fix not yet available on latest 0.12.0. Temp fix that prevent publish on crates.io
22
# https://github.com/Traverse-Research/hassle-rs/issues/85
23
-hassle-rs = { git="https://github.com/antaalt/hassle-rs.git", branch="fix-crash-empty-blob" }
+hassle-rs = { git="https://github.com/antaalt/hassle-rs.git", branch="fix-crash-empty-blob" }
24
+tree-sitter-wgsl-bevy = { git = "https://github.com/antaalt/tree-sitter-wgsl-bevy", branch = "fix-compil-clang" }
0 commit comments