A helper tool for manipulating keyboards and locales on Windows. In general, this has no use case outside of keyboard installers.
This should always be built for the i686-pc-windows-msvc
target. The crt-static
flag must be applied to staticly link the C runtime.
cargo build --release --target i686-pc-windows-msvc --bin kbdi
cargo build --release --target i686-pc-windows-msvc --features legacy --bin kbdi-legacy
kbdi
is licensed under either of
at your option.