DrReMain / rust-workspace

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cross-compilation

# mac -> windows
rustup target add x86_64-pc-windows-gnu
brew install mingw-w64
cargo build --release --target x86_64-pc-windows-gnu

About


Languages

Language:Rust 92.1%Language:Shell 4.6%Language:HTML 2.1%Language:JavaScript 1.2%Language:CSS 0.1%