servo / pathfinder

A fast, practical GPU rasterizer for fonts and vector graphics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

vorporeal opened this issue · comments

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?

Any update here?