Crates.io | pdcurses-sys |
lib.rs | pdcurses-sys |
version | 0.7.1 |
source | src |
created_at | 2016-03-16 17:34:03.625374 |
updated_at | 2019-03-09 09:22:06.161807 |
description | FFI bindings for PDCurses, specifically the win32a implementation. |
homepage | https://github.com/ihalila/pdcurses-sys |
repository | https://github.com/ihalila/pdcurses-sys |
max_upload_size | |
id | 4468 |
size | 1,897,767 |
pdcurses-sys provides Rust FFI bindings for PDCurses, specifically the fork by Bill-Gray.
A native C compiler that cc-rs can use to compile PDCurses.
On Windows this means that you need the Visual C++ Build Tools. Check the rustup docs for more Rust <-> Windows information.
Cargo.toml
[dependencies]
pdcurses-sys = "0.7"
pdcurses-sys supports both the win32 and win32a flavors of PDCurses. It defaults to win32a if none is specified. You can use Cargo features to choose which one to use:
Cargo.toml
[dependencies.pdcurses-sys]
version = "0.7"
features = ["win32"]
Licensed under the MIT license, see LICENSE.md