Skip to content

Add a utility for generating a Windows application manifest #44

@segevfiner

Description

@segevfiner

Instead of having to hand code a Windows application manifest and embed it into the build.rs script as a string or as a file, it would be nice to have a utility to generate such a manifest by code. e.g.

    shadow.set_manifest(WindowsManifest::new()
        .set_...()
        .set_...()
        .build())

See https://learn.microsoft.com/en-us/windows/win32/sbscs/application-manifests

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions