Skip to content

fix(deps): update rust crate tinytga to 0.5 #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 17, 2023

This PR contains the following updates:

Package Type Update Change
tinytga dependencies minor 0.4 -> 0.5

Release Notes

embedded-graphics/tinytga (tinytga)

v0.5.0

Compare Source

Added
  • #​16 Added support for bottom right and top right image origins.
Changed
  • (breaking) #​16 Use 1.61 as MSRV.
  • (breaking) #​16 Replaced ImageType enum with DataType and Compression.
  • (breaking) #​16 Color types used with Tga are now required to implement From<Gray8> + From<Rgb555> + From<Rgb888>.
  • #​16 Improved drawing performance for bottom left origin images by using fill_contiguous.
  • #​16 Use correct lifetimes for RawTga::image_id, RawTga::developer_dictionary and RawTga::extension_area.
  • (breaking) #​18 Updated embedded-graphics to 0.8.
Removed
  • (breaking) #​16 Removed DynamicTga, use Tga instead.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/tinytga-0.x branch from 27b8206 to db2d91e Compare May 1, 2024 17:43
@renovate renovate bot changed the title fix(deps): update rust crate tinytga to 0.5 fix(deps): update rust crate tinytga to 0.5.0 May 1, 2024
@renovate renovate bot force-pushed the renovate/tinytga-0.x branch from db2d91e to 17950a3 Compare May 5, 2024 09:40
@renovate renovate bot changed the title fix(deps): update rust crate tinytga to 0.5.0 fix(deps): update rust crate tinytga to 0.5 May 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants