forked from mirrors/gecko-dev
Import the improvements made in mp4parse-rust repo. The changes would save some redundant copy when calling avif related APIs and provide the ability to get the alpha data of the parsed avif image. Differential Revision: https://phabricator.services.mozilla.com/D98950
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
|