Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update rustybuzz requirement from 0.3.0 to 0.4.0 #435

Merged
merged 2 commits into from
Jun 29, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 28, 2021

Updates the requirements on rustybuzz to permit the latest version.

Changelog

Sourced from rustybuzz's changelog.

[0.4.0] - 2021-06-27

Added

  • Face::from_face, so you can create rustybuzz::Face directly from ttf_parser::Face. Thanks to @​lain-dono
  • no_std support thanks to @​CryZe.
  • GlyphInfo::unsafe_to_break thanks to @​glowcoil.

Changed

  • Sync with harfbuzz 2.7.1
  • Rename GlyphInfo.codepoint into GlyphInfo.glyph_id to remove confusion.

[0.3.0] - 2020-12-05

Ported

  • Everything! 🎉
  • Tables: GSUB, GPOS, GDEF, ankr, feat, kern, kerx, morx, trak.
  • Main shaping logic.
  • hb_shape_plan_t and hb_ot_shape_plan_t
  • hb_ot_map_t
  • hb_ot_complex_shaper_t
  • OpenType layout (GSUB, GPOS).
  • AAT layout.
  • Normalization.
  • Fallback shaper.
  • Kerning.

Changed

  • Rename Font to Face.

Most of the changes in this release were made by laurmaedje.

[0.2.0] - 2020-07-25

Ported

  • All complex shapers.
  • Tables: CBDT, CFF, CFF2, HVAR, MVAR, OS/2, SVG, VORG, VVAR, avar, cmap, fvar, glyf, gvar, hhea, hmtx, post, sbix, vhea, vmtx.
  • hb_buffer_t
  • hb_script_t
  • hb_feature_t
  • hb_variation_t
  • hb_language_t
  • hb_font_t
  • hb-ot-metrics
  • Unicode functions and tables.
  • Buffer serialization.

Changed

  • Update to HarfBuzz 2.7.0
  • Rename Font::from_data into Font::from_slice.
  • Font is parsed via ttf-parser first. And if the parsing fails, the Font will not be created.

... (truncated)

Commits
  • 8a138b1 Version bump.
  • 306b76d Sync with harfbuzz 2.7.1
  • ae22d1f Rename GlyphInfo.codepoint into GlyphInfo.glyph_id.
  • 88c3709 Enforce unicode-script 0.5.2
  • 1a8761d Merge pull request #34 from lain-dono/from_face
  • 7284cc8 Deref to ttf_parser::Face instead of ttf_parser::FaceTables
  • 127682a Update dependency versions
  • 7f950bc Create Face from ttf_parser::Face
  • 82514f1 Implement no_std support
  • 2096ac5 Add GlyphInfo::unsafe_to_break
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [rustybuzz](https://github.com/RazrFalcon/rustybuzz) to permit the latest version.
- [Release notes](https://github.com/RazrFalcon/rustybuzz/releases)
- [Changelog](https://github.com/RazrFalcon/rustybuzz/blob/master/CHANGELOG.md)
- [Commits](harfbuzz/rustybuzz@v0.3.0...v0.4.0)

---
updated-dependencies:
- dependency-name: rustybuzz
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies A dependency needs to be updated. label Jun 28, 2021
@dependabot dependabot bot requested a review from CryZe June 28, 2021 07:09
- `codepoint` is now called `glyph_id`
- We don't need to store both a rustybuzz and ttf_parser Face anymore as
  rustybuzz now dereferences into its underlying ttf_parser Face.
@CryZe CryZe merged commit bcbff22 into master Jun 29, 2021
@dependabot dependabot bot deleted the dependabot/cargo/rustybuzz-0.4.0 branch June 29, 2021 23:24
@CryZe CryZe added this to the v0.12 milestone Jul 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies A dependency needs to be updated.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant