[rust] fix poc-menu example

pull/1920/head
joseLuís 3 years ago
parent a1010d0dca
commit 06b0b2360a

@ -4,6 +4,7 @@
// probably related to the arrays or the strings...
use libnotcurses_sys::*;
use widgets::*;
fn main() -> NcResult<()> {
let mut nc = Nc::new()?;

Loading…
Cancel
Save