Rust bindings to Tolk, a screen reader abstraction library
Download tolk.zip from here and: * Unzip it to wherever you want * Copy bin\{x86, x64}\tolk.lib to: * C:\Users\{Your Username}\.multirust\toolchains\{current toolchain}\lib\rustlib\{current toolchain}\lib if you're using rustup * C:\Program Files\Rust\lib\rustlib\x86_64-pc-windows-msvc\lib if you're using a default rust installation * LIB if you have the LIB environment variable defined * Copy bin\{x86, x64}\tolk.dll to the directory with your project's Cargo.toml
And add this to your Cargo.toml (or use cargo add if you have that):
tolk = "0.1"