MFEK / glifparser.rlib

A parser and writer for UFO `.glif` files.
Other
8 stars 6 forks source link

Bump skia-safe from 0.46.0 to 0.53.0 #45

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps skia-safe from 0.46.0 to 0.53.0.

Release notes

Sourced from skia-safe's releases.

0.53.0

This release aligns rust-skia with Skia's milestone 104 (#649, Skia release notes)

0.52.0

This release aligns rust-skia with Skia's milestone 103 (#639 and #642).

One of the more important changes in this release is that the build scripts now expect Python 3 to be installed.

  • #595 makes the switch from Python 2 to Python 3.
  • #641 fixes the homepage link in skia-bindings/Cargo.toml . Contributed by @​marc2332.
  • #643 adds support building using Alpine (musl), requested in #356. Contributed by @​samizdatco.
  • #650 enables a custom empty font manager in WASM to fix a problem with the typeface creation. Contributed by @​tomb-msft.
  • #651 updates flake.nix to support darwin m1 builds. Contributed by @​busti.
  • #655 adds support for cross-compilation for Windows arm64 in combination with crt-static. Contributed by @​syrel.

0.50.0

This release updates Skia and the bindings to Milestone 101 (#626). In addition to that, @​syrel contributed an example that shows how to use rust-skia with Metal in #623, and @​tomb-msft added support for building wasm32-unknown-emscripten binaries in #638.

0.49.1

Thanks to the combined effort of @​ln-12, @​JayTee42, and @​triniwiz in #629, this release adds prebuilt Skia binaries for the target aarch64-apple-ios-sim (#631).

0.49.0

This release updates the rust-skia wrappers to Skia's Milestone 100 (release notes), PRs #610, #620.

In addition to that we removed the clang-sys version requirement in #628 in response to a build problem reported by @​Dushistov in #627.

WASM & Milestone 98

This release adds WASM build support (#611) and updates Skia to Milestone 98 (#594).

In addition to that:

  • @​ctrlcctrlv added documentation to the the PathMeasure API in #613 and #614.
  • #605 ports the skia-org rendering example application to clap's new declarative API
  • #607 implements PartialEq for RefHandle, which was missing and got reported by @​ennis in #607.
  • 880982f3e4d62506a4bbcfe50c0ac2cb888416ae fixes the color constant Color::GRAY.

A big thank you to @​flupke for finally making Skia compile to WASM, this is a great contribution!

Commits
  • ab8bc4d Merge pull request #668 from slint-ui/simon/yocto-build
  • 438266a doc: fix example for configuring the linker when cross-compiling for Linux
  • ef6dcf7 Cleanup: remove unnecessary module prefix
  • 673cbf6 Centralize the target sysroot extraction from environment variables
  • fd4d760 doc: Add a section to explain the quirks of cross-compiling for Linux
  • 7af5725 doc: briefly document another case where SDKTARGETSYSROOT overrides macos' SD...
  • 1f3c0fd doc: briefly explain the use of SDKROOT and SDKTARGETSYSROOT
  • fb7d8ed Streamline target determination for the Skia build itself and the bindings build
  • b87d17b doc: briefly elaborate on the choice of CLANGCC/CLANGCXX as preference over C...
  • 808f535 Fix extraction of --target=triplet from the CLANGCC/CC command line
  • Additional commits viewable in compare view


Dependabot compatibility score

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

Looks like skia-safe is up-to-date now, so this is no longer needed.