This website requires JavaScript.
Explore
Help
Register
Sign In
Archives
/
notcurses
Watch
2
Star
0
Fork
0
You've already forked notcurses
mirror of
https://github.com/dankamongmen/notcurses.git
synced
2024-11-02 09:40:15 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f3cd1fb755
notcurses
/
rust
/
build
/
wrapper.h
3 lines
63 B
C
Raw
Normal View
History
Unescape
Escape
Rust: build libnotcurses-sys from CMake #320
2020-02-18 18:18:20 +00:00
#
include
<notcurses/notcurses.h>
rust: generate direct mode bindings When we split direct.h out from notcurses.h, I forgot to add the new header file to the bindgen-rs includes. I've added it, and also added a simple directmode unit test. Closes #853. Thanks @joseluis for reporting this issue!
2020-08-06 12:14:29 +00:00
#
include
<notcurses/direct.h>
Reference in New Issue
Copy Permalink