diff --git a/rust/libnotcurses-sys/src/lib.rs b/rust/libnotcurses-sys/src/lib.rs index 48d1b6974..8d6295a39 100644 --- a/rust/libnotcurses-sys/src/lib.rs +++ b/rust/libnotcurses-sys/src/lib.rs @@ -3,6 +3,7 @@ #![allow(non_snake_case)] mod channels; +pub use channels::*; include!(concat!(env!("OUT_DIR"), "/bindings.rs"));