rust-switcher 1.0.8

Windows keyboard layout switcher and text conversion utility
Documentation
1
2
3
4
5
6
7
8
fn main() {
    // Compile the resource file for Windows so that the executable
    // includes version information and an icon.  The original project
    // ships a small resource script (`app.rc`) and manifest which
    // embed metadata into the binary.  This call is a no‑op on
    // non‑Windows targets.
    let _ = embed_resource::compile("res/windows/app.rc", embed_resource::NONE);
}