servo / font-kit

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

Need to update `pathfinder_simd` #233

Closed pbdeuchler closed 5 months ago

pbdeuchler commented 7 months ago

Due to the recent nightly stdsimd changes the dependency pathfinder_simd needs an update in order to build font-kit

https://github.com/servo/pathfinder/issues/550

jayvdb commented 7 months ago

Note https://github.com/servo/font-kit/pull/227 did some prep for a new release

atouchet commented 5 months ago

pathfinder_simd has now been updated.

hcheng826 commented 5 months ago

is there a release that applied this fix?

jayvdb commented 5 months ago

Not yet