cargo-bundle

Wrap Rust executables in OS-specific app bundles

brewmacoslinux
Try with needOr install directly
Source

About

Wrap rust executables in OS-specific app bundles

Commands

cargo-bundle

Examples

Bundle a Rust project as a macOS app$ cargo bundle --release
Bundle specifically for macOS with custom settings$ cargo bundle --release --target x86_64-apple-darwin
Create a Windows executable bundle$ cargo bundle --release --target x86_64-pc-windows-msvc