[rust] fix poc-menu example

This commit is contained in:
joseLuís 2021-07-10 20:15:02 +02:00
parent a1010d0dca
commit 06b0b2360a

View File

@ -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()?;