[rust] fix example; update function-summary.sh

This commit is contained in:
joseLuís 2021-07-27 16:54:12 +02:00
parent 272607a07c
commit dbc060503c
2 changed files with 2 additions and 1 deletions

View File

@ -15,6 +15,7 @@ fn main() -> NcResult<()> {
let mut nc = Nc::new()?;
if !nc.check_pixel_support()? {
nc.stop()?;
return Err(NcError::new_msg("Current terminal doesn't support pixels."));
}

View File

@ -16,7 +16,7 @@ PATH_SOURCE_FILE="../../include/notcurses/notcurses.h"
# this is the path to the latest bindgen generated rust sources
# TODO: retrieve it automatically, from the target folder, the most recently created/updated)
PATH_BINDGEN_LATEST="bindgen_20210704.rs"
PATH_BINDGEN_LATEST="bindgen_20210711.rs"
# these are the main function prefixes used in notcurses (before the first `_`) for STATS_FILE
# NOTE: updated manually