Skip to content

Commit 6017686

Browse files
committed
Add a patch for tree-sitter-wgsl-bevy to compile on wasi. Maybe pinning some version could be enough instead.
1 parent 01d0070 commit 6017686

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ debug = true
2020
# DXC crash when empty warning in hassle rs.
2121
# Fix not yet available on latest 0.12.0. Temp fix that prevent publish on crates.io
2222
# 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" }
23+
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

Comments
 (0)