RazrFalcon / rustybuzz

A complete harfbuzz's shaping algorithm port to Rust
MIT License
498 stars 34 forks source link

Make shape plan `Send` and `Sync` #90

Closed laurmaedje closed 6 months ago

laurmaedje commented 6 months ago

With this trivial change a single shape plan can be used from multiple threads.

laurmaedje commented 6 months ago

Thanks for the quick merges!

RazrFalcon commented 6 months ago

Are you fine using git version or do you need a new release?

laurmaedje commented 6 months ago

A new release would be great, but I'm not in a hurry, so take your time.