Statically link WebView2Loader - single exe, no DLL needed

This commit is contained in:
2026-02-07 02:32:54 +02:00
parent 34667d89c4
commit 4c275f5185
3 changed files with 170 additions and 0 deletions

View File

@@ -1,4 +1,6 @@
mod config;
#[cfg(all(windows, target_env = "gnu"))]
mod msvc_compat;
mod stats;
mod timer;