FrameworkComputer / inputmodule-rs

Framework Laptop 16 Input Module SW/FW
MIT License
223 stars 24 forks source link

windows: Statically link vcruntime DLL #50

Closed JohnAZoidberg closed 1 year ago

JohnAZoidberg commented 1 year ago

Otherwise it won't run on some freshly installed machines. Windows complains that vcruntime140.dll is missing. Users would have to install the MSVC C++ Redistributable package.

This is the same fix as in FrameworkComputer/qmk_hid#10. The measurements of that binary are: On a local build of cargo clean; cargo build --release: Size of .exe before: 857 KB Size of .exe after: 878 KB

Note: Only affects release builds! I think that's because the debug version of this DLL isn't redistributable.