m4tx / riichi-hand-rs

A collection of utilities for working with Riichi Mahjong player hands to use with Rust programming language
MIT License
4 stars 2 forks source link

build(deps): update tiny-skia requirement from 0.10.0 to 0.11.2 #21

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 9 months ago

Updates the requirements on tiny-skia to permit the latest version.

Changelog

Sourced from tiny-skia's changelog.

[0.11.2] - 2023-10-01

Changed

  • MSRV bumped to stable, because of the flate2 crate.

Fixed

  • Transform::is_valid was treating 1/4096 as zero. We need a higher precision.
  • Build failure on AVX2 with --no-default-features. Thanks to @​linkmauve

[0.11.1] - 2023-06-17

Changed

  • MSRV bumped to 1.60, because of the log crate.

Fixed

  • LineJoin::MiterClip handling with small miter_limit. Thanks to @​torokati44

[0.11.0] - 2023-06-08

Added

Changed

  • Rect::inset and Rect::outset are no longer require a mutable self. Thanks to @​wezm

[0.10.0] - 2023-05-27

Added

  • PathBuilder::push_path
  • NonZeroRect
  • Size
  • Rect::transform
  • Rect::bbox_transform
  • Transform::from_bbox
  • Transform::is_valid
  • Transform::get_scale
  • Transform::pre_rotate
  • Transform::post_rotate
  • Transform::pre_rotate_at
  • Transform::post_rotate_at
  • Transform::map_point

Changed

  • ColorU8 and PremultipliedColorU8 are stored as [u8; 4] instead of u32. This fixes potential alignment issues and make the code easier to understand. Thanks to @​e00E
  • PathBuilder::push_rect accepts Rect and not f32 numbers now.

Removed

... (truncated)

Commits
  • f050a90 Version bump.
  • f659d94 Remove support of non-stable Rust.
  • 529cb8f Do not run clippy on CI.
  • 628b066 Transform::is_valid was treating 1/4096 as zero.
  • d2b7abb Clippy fixes and CI workflow update.
  • eb03212 Remove unnecessary casts.
  • e4f3f72 Add MSRV as rust-version field.
  • 94e91d0 Directly use associated constants on numeric types.
  • ee592fa Fix build failure on AVX2 with --no-default-features.
  • be4e594 Version bump.
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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 6 months ago

Superseded by #27.