cargo-winapp

Crates.iocargo-winapp
lib.rscargo-winapp
version0.1.1
created_at2026-01-23 20:42:33.092326+00
updated_at2026-01-24 02:25:46.908712+00
descriptionCargo subcommand for Windows app development with winapp CLI
homepagehttps://github.com/gnoays/cargo-winapp
repositoryhttps://github.com/gnoays/cargo-winapp
max_upload_size
id2065433
size25,684
(gnoays)

documentation

README

cargo-winapp

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.

Prerequisites

  • winapp CLI: Required. This plugin acts as a wrapper for the winapp command, so it must be installed to function.
    winget install microsoft.winappcli --source winget
    

Installation

cargo install cargo-winapp

Usage

Build

Builds and applies identity without running (useful for debugging).

cargo winapp -v build

Run

Builds the app, applies a debug identity, and runs it.

cargo winapp run

Pack

Packages the application into an .msix bundle for distribution.

cargo winapp pack -i dist-msix --release 

License

MIT

Commit count: 5

cargo fmt