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

chore(deps): update tiny-skia requirement from 0.10.0 to 0.11.1 #17

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 1 year ago

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

Changelog

Sourced from tiny-skia's changelog.

[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

  • tiny_skia_path::ScreenIntRect. It become private.
  • Path::is_empty. Path cannot be empty by design.

Removed

  • ColorU8::get and PremultipliedColorU8::get. Use the getters instead.

[0.9.1] - 2023-05-17

Added

  • Reexport tiny_skia_path::PathStroker in tiny-skia.

... (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 9 months ago

Superseded by #21.