servo / pathfinder

A fast, practical GPU rasterizer for fonts and vector graphics
Apache License 2.0
3.52k stars 198 forks source link

Can pathfinder_color get a version bump to include the latest changes? #525

Open vorporeal opened 1 year ago

vorporeal commented 1 year ago

pathfinder_color v0.5.0 was released about a week before a PR was submitted that marked ColorU::new() and friends as const fn. This would be very nice functionality to have available, but declaring a dependency on a particular revision leads to pulling in two separate versions of pathfinder_simd (one linked to the revision, and another for the versioned pathfinder_* crates we depend upon).

Would it be possible to bump pathfinder_color to v0.5.1 so we can make use of these const functions?

alokedesai commented 1 year ago

Any update here?