As of today, sys-locale only uses 3 definitions from Windows, and that is unlikely to change a lot given the crate's current narrow scoping. Given that, the windows-sys dependency isn't worthwhile to have anymore especially with its version churn.
Instead, we can adopt Microsoft's official bindings generator, riddle/windows-bindgen, to get the few APIs required.
As of today,
sys-locale
only uses 3 definitions from Windows, and that is unlikely to change a lot given the crate's current narrow scoping. Given that, thewindows-sys
dependency isn't worthwhile to have anymore especially with its version churn.Instead, we can adopt Microsoft's official bindings generator,
riddle
/windows-bindgen
, to get the few APIs required.