typst / svg2pdf

Converts SVG files to PDF.
Apache License 2.0
288 stars 34 forks source link

Update fontdb requirement from 0.7 to 0.8 #5

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Updates the requirements on fontdb to permit the latest version.

Changelog

Sourced from fontdb's changelog.

[0.8.0] - 2022-02-12

Added

  • Load user fonts on Windows.
  • fontconfig feature to allow retrieving font dirs from the fontconfig config file instead of using hardcoded paths. Linux-only. @​Riey

[0.7.0] - 2021-10-04

Changed

  • The Source enum has a new variant SharedFile, used for unsafe persistent memory mappings.
  • FaceInfo stores Source directly now, not anymore in an Arc. Instead Source::Binary now stores an Arc of the data.

[0.6.2] - 2021-09-04

Fixed

  • Fix compilation without the fs feature.

[0.6.1] - 2021-09-04

Changed

  • Split the fs build feature into fs and memmap. @​neinseg

[0.6.0] - 2021-08-21

Added

Changed

  • Generic font families are preset by default instead of being set to None.

[0.5.4] - 2021-05-25

Added

  • Implement Eq, Hash for Query, Family, Weight and Style. @​dhardy

Changed

  • Update ttf-parser

[0.5.3] - 2021-05-19

Changed

  • Update ttf-parser

[0.5.2] - 2021-05-19

Changed

  • Update memmap2
  • Add additional search dir for macOS.

[0.5.1] - 2020-12-20

Fixed

  • Compilation on Windows.

[0.5.0] - 2020-12-20

... (truncated)

Commits


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)
dependabot[bot] commented 2 years ago

Superseded by #11.