linebender / skribo

A Rust library for low-level text layout.
Apache License 2.0
327 stars 35 forks source link

Bump euclid and font-kit to 0.2 and 0.4 respectively #28

Closed SethDusek closed 4 years ago

SethDusek commented 4 years ago

Hi, this is part of my effort on updating pathfinder's font-kit and euclid to fix a crash. This updates both font-kit and euclid to their newer versions, but they come with some breaking changes so this adjusts imports and a bunch of other things accordingly.

jdm commented 4 years ago

Thanks!