plotters-rs / plotters

A rust drawing library for high quality data plotting for both WASM and native, statically and realtimely 🦀 📈🚀
https://plotters-rs.github.io/home/
MIT License
3.88k stars 281 forks source link

Need to update `font-kit` due to `stdsimd` changes #548

Open pbdeuchler opened 9 months ago

pbdeuchler commented 9 months ago

Context: https://github.com/servo/font-kit/issues/233, https://github.com/servo/pathfinder/pull/548

Once font-kit updates it's deps plotters will need to do so as well

jonaspleyer commented 8 months ago

I did not see your issue and just opened a new one #554 This is the same problem.

atouchet commented 7 months ago

A new version of pathfinder_simd has been published. This should hopefully be fixed now.

jayvdb commented 5 months ago

It is fixed on master. Now we need a new release. https://github.com/orgs/plotters-rs/discussions/577

pbdeuchler commented 5 months ago

Got another fun one coming down the pipe as well https://github.com/servo/pathfinder/pull/566