Skip to main content

Crate windows_reactor_setup

Crate windows_reactor_setup 

Source
Expand description

§windows-reactor-setup

Windows Reactor Setup stages the Windows App SDK runtime files needed by a windows-reactor application that runs fully self-contained.

Add it as a build dependency:

[build-dependencies]
windows-reactor-setup = "0.100"

Call the setup function from build.rs:

windows_reactor_setup::as_self_contained();

Functions§

as_self_contained
Configures the app to run completely self-contained.