pdcurses-sys provides Rust FFI bindings for PDCurses, specifically the win32a implementation by Bill-Gray.
A native C compiler that gcc-rs can use to compile PDCurses.
If you've installed the default Rust package for Windows, it will use the GNU ABI and in this case I recommend installing MSYS2, it makes it easy to have an up-to-date gcc that works on Windows along with other useful tools.
If you're using the MSVC ABI you need to have Visual Studio installed so that cl.exe is available.
Cargo.toml
toml
[dependencies]
pdcurses = "0.2"
Licensed under the MIT license, see LICENSE.md