RazrFalcon / tiny-skia

A tiny Skia subset ported to Rust
BSD 3-Clause "New" or "Revised" License
1.12k stars 69 forks source link

Fix `FasterMinMax` on fallback platforms #57

Closed CryZe closed 2 years ago

CryZe commented 2 years ago

The simd feature is active per default, but the fallback code might still need to be compiled on platforms that don't have SIMD. That means that the cfg on FasterMinMax is incorrect.

I'd love a 0.8.1, as this blocks me from upgrading.

RazrFalcon commented 2 years ago

Done.

CryZe commented 2 years ago

Thank you :)