undeflife / libreoffice-rs

Rust binding to LibreOfficeKit
Apache License 2.0
15 stars 7 forks source link

Allow cross-compilation for arm64 fix #12 #13

Closed yveszoundi closed 2 years ago

yveszoundi commented 2 years ago

Do not use directly i32 or i8 types for callback registration parameters, as this doesn't compile when targeting arm64.