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.