Перейти к файлу
Gijs Kruitbosch fb389c7fdc Add priority processing into bug-status 2022-11-30 17:38:16 +00:00
.vscode Initial commit. 2020-08-29 10:56:34 -04:00
src Add priority processing into bug-status 2022-11-30 17:38:16 +00:00
.gitignore Set it up for other people to use, and add the MV3 project. 2021-06-22 19:51:46 -04:00
Cargo.lock Set it up for other people to use, and add the MV3 project. 2021-06-22 19:51:46 -04:00
Cargo.toml Set it up for other people to use, and add the MV3 project. 2021-06-22 19:51:46 -04:00
README.md Set it up for other people to use, and add the MV3 project. 2021-06-22 19:51:46 -04:00

README.md

To cross-compile for Windows.

rustup target add x86_64-pc-windows-gnu
rustup toolchain install nightly-x86_64-pc-windows-gnu
brew install mingw-w64
cargo build --target x86_64-pc-windows-gnu --release

To look at the help. cargo run --bin proton -- -h