harfbuzz / rustybuzz

A complete harfbuzz's shaping algorithm port to Rust
MIT License
551 stars 37 forks source link

Use *const c_char instead of *const i8 #6

Closed Absolucy closed 4 years ago

Absolucy commented 4 years ago

This will fail to compile on targets such as riscv64gc-unknown-linux-gnu otherwise.

RazrFalcon commented 4 years ago

Only x86 is supported, but ok.

Absolucy commented 4 years ago

... I got resvg/tiny-skia/rustybuzz to successfully compile and run in a RISC-V emulator, but ok.

RazrFalcon commented 4 years ago

By support, I mean that I can guarantee that it works correctly.