Expand description
WinUI platform build and package utilities.
This module provides utility functions for building and packaging WinUI apps.
These functions are used by WinUiBackend to implement the Backend trait.
Functionsยง
- build_
winui - Build
WinUIbinary for the host platform. - clean_
winui - Clean Cargo build artifacts for
WinUI. - is_
winui_ platform - Check if a platform is supported by the
WinUIbackend. - package_
winui - Package a
WinUIapp (locate the built binary and stage its resources).