forked from mirrors/gecko-dev
This is another incremental update of wgpu and WebGPU APIs. It increases stability and makes us run most of the Austin's samples (again). Likely fixes https://bugzilla.mozilla.org/show_bug.cgi?id=1704148 Differential Revision: https://phabricator.services.mozilla.com/D112828
11 lines
172 B
Bash
Executable file
11 lines
172 B
Bash
Executable file
#!/bin/bash
|
|
|
|
git clone https://github.com/brson/cargo-crusader
|
|
cd cargo-crusader
|
|
cargo build --release
|
|
export PATH=$PATH:`pwd`/target/release/
|
|
cd ../
|
|
|
|
cargo crusader
|
|
|
|
exit
|