servo / font-kit

A cross-platform font loading library written in Rust
Apache License 2.0
660 stars 98 forks source link

Depend directly on `freetype-sys` #244

Closed mrobinson closed 2 months ago

mrobinson commented 2 months ago

Instead of depending on rust-freetype which in turn depends on freetype-sys, just depend on freetype-sys directly.

mrobinson commented 2 months ago

Should we bump the crate version so that we can publish it on crates.io?

Great point. I'll do that in this change.