Closed bluenlive closed 2 years ago
The latest version of the library does not appear to be compiled normally. Function set_importance_map_raw() is used in capi.rs, but I can't find it on any source, including lib.rs. Please check it.
set_importance_map_raw()
capi.rs
lib.rs
Thanks for the report. I've published a fix. Run cargo update and try again.
cargo update
Thank you for your work. However, another error has occurred. Please check.
Finally, It works! Thank you for your efforts!
The latest version of the library does not appear to be compiled normally. Function
set_importance_map_raw()
is used incapi.rs
, but I can't find it on any source, includinglib.rs
. Please check it.