| Crates.io | cargo-winapp |
| lib.rs | cargo-winapp |
| version | 0.1.1 |
| created_at | 2026-01-23 20:42:33.092326+00 |
| updated_at | 2026-01-24 02:25:46.908712+00 |
| description | Cargo subcommand for Windows app development with winapp CLI |
| homepage | https://github.com/gnoays/cargo-winapp |
| repository | https://github.com/gnoays/cargo-winapp |
| max_upload_size | |
| id | 2065433 |
| size | 25,684 |
Cargo subcommand for Windows app development with winapp.
Simplifies winapp CLI usage by automatically handling Cargo build artifacts, eliminating the need to manually specify executable paths.
winapp command, so it must be installed to function.
winget install microsoft.winappcli --source winget
cargo install cargo-winapp
Builds and applies identity without running (useful for debugging).
cargo winapp -v build
Builds the app, applies a debug identity, and runs it.
cargo winapp run
Packages the application into an .msix bundle for distribution.
cargo winapp pack -i dist-msix --release
MIT