Skip to content

Crate not usable on arm/android any more #178

@MagaTailor

Description

@MagaTailor

The reason being this.

Compiling freetype-rs v0.4.0
/home/odroid/.cargo/registry/src/github.com-48ad6e4054423464/freetype-rs-0.4.0/src/face.rs:81:43: 81:77 error: mismatched types:
 expected `*const u8`,
    found `*const i8`
(expected u8,
    found i8) [E0308]
/home/odroid/.cargo/registry/src/github.com-48ad6e4054423464/freetype-rs-0.4.0/src/face.rs:81             ffi::FT_Attach_File(self.raw, filepathname.as_ptr() as *const i8)
                                                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/odroid/.cargo/registry/src/github.com-48ad6e4054423464/freetype-rs-0.4.0/src/face.rs:81:43: 81:77 help: run `rustc --explain E0308` to see a detailed explanation
error: aborting due to previous error

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions