plotters
plotters copied to clipboard
Update ttf-parser requirement from 0.20.0 to 0.25.1
Updates the requirements on ttf-parser to permit the latest version.
Release notes
Sourced from ttf-parser's releases.
v0.25.1
What's Changed
- Fix typos. by
@​waywardmonkeysin harfbuzz/ttf-parser#176- Fix
clippy::doc_lazy_continuationlint by@​waywardmonkeysin harfbuzz/ttf-parser#177- Document change to MSRV by
@​alerquein harfbuzz/ttf-parser#181- Configure typos by
@​alerquein harfbuzz/ttf-parser#180New Contributors
@​waywardmonkeysmade their first contribution in harfbuzz/ttf-parser#176@​alerquemade their first contribution in harfbuzz/ttf-parser#181Full Changelog: https://github.com/harfbuzz/ttf-parser/compare/v0.25.0...v0.25.1
Changelog
Sourced from ttf-parser's changelog.
[0.25.1] - 2024-11-29
Changed
- Fix some typos and documentation related lints
- Set MSRV in manifest to actual current value (1.63.0)
- Update forge URL for ttf-parser and rustybuzz to harfbuzz org
[0.25.0] - 2024-10-04
Added
STATtable parsing. Thanks to inferiorhumanorgans.UnicodeRangesinternal field is public now.cargo-cmetadata to C API. Thanks to lu-zero.Changed
Face::is_italicchecks for italic angle as well.Face::italic_anglereturns just af32and notOption<f32>now.- Bump MSRV to 1.59
Fixed
- Only apply
avartable to the variation axis being set. Thanks to maxmelander.[0.24.1] - 2024-08-05
Added
- (
glyf)glyf::Table::bbox. Thanks to LaurenzV.Fixed
- (
kerx)kerx::SubtablesIterwasn't updating the current subtable index.- (
GPOS)gpos::AnchorMatrixallows nullable/optional matrices now. Thanks to LaurenzV.[0.24.0] - 2024-07-02
Changed
- Make
core_mathsdependency optional. When building forno_stdone must enableno-std-floatbuild feature now.[0.23.0] - 2024-07-02
Changed
- Use
core_mathsinstead oflibm. Should simplify the build process. Thanks to LaurenzV.Removed
no-std-floatbuild flag. Should be handled automatically now.[0.22.0] - 2024-06-29
Added
... (truncated)
Commits
56c33b9chore: Release 0.25.14d21159chore: Update cargo authors metadata to current maintainer listdf004d7chore: Update forge URL for ttf-parser and rustybuzz to harfbuzz org8ced439Merge pull request #180 from alerque/typosc7685ccMerge pull request #181 from harfbuzz/msrv1ca792eci: Update test runner to verify current MSRV9523f77Set MSRV in manifest to actual current value8951752Add tooling configuration sotyposoutput is usefulbee14b1Fixclippy::doc_lazy_continuationlint (#177)57a0d9fFix typos. (#176)- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)