harfbuzz / rustybuzz

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

Bump `ttf-parser` to `0.19` #69

Closed MarijnS95 closed 1 year ago

MarijnS95 commented 1 year ago

cosmic_text already uses fontdb 0.14 which is on ttf-parser 0.19 (and so is egui via epaint 0.22 -> ab_glyph 0.2.21 -> owned_ttf_parser 0.19 -> ttf-parser 0.19), causing a duplicate dependency on ttf-parser 0.18.1 via rustybuzz, which is also a direct dependency of cosmic_text.

jackpot51 commented 1 year ago

@RazrFalcon please do a crates.io release with this change, so I can bump the version used by cosmic-text

RazrFalcon commented 1 year ago

Done.

jackpot51 commented 1 year ago

Thanks!

jackpot51 commented 1 year ago

@MarijnS95 the main branch of cosmic_text has been updated to use rustybuzz 0.8.0, so there is only one ttf-parser used now.

MarijnS95 commented 1 year ago

Thank you both for picking this up so quickly!