Update exif module

This commit is contained in:
2023-03-26 07:41:42 +00:00
committed by GitHub
parent 7867190b23
commit c9204f4d54
5 changed files with 215 additions and 71 deletions

View File

@@ -154,6 +154,8 @@ fn main() {
// included header files changed.
.parse_callbacks(Box::new(bindgen::CargoCallbacks))
.no_copy("ExifDataRef")
.no_copy("ExifDatumRef")
.no_copy("ExifValueRef")
// Finish the builder and generate the bindings.
.generate()
// Unwrap the Result and panic on failure.