rust-ptouch icon indicating copy to clipboard operation
rust-ptouch copied to clipboard

Update embedded-graphics-simulator requirement from 0.2.0 to 0.4.1

Open dependabot[bot] opened this issue 2 years ago • 0 comments

Updates the requirements on embedded-graphics-simulator to permit the latest version.

Release notes

Sourced from embedded-graphics-simulator's releases.

v0.4.1

Added

  • #45 Added OutputSettingsBuilder::max_fps to set the maximum FPS of the simulator.

Changed

  • #45 Limit simulator to 60FPS by default.
Changelog

Sourced from embedded-graphics-simulator's changelog.

[0.4.1] - 2023-03-06

Added

  • #45 Added OutputSettingsBuilder::max_fps to set the maximum FPS of the simulator.

Changed

  • #45 Limit simulator to 60FPS by default.

[0.4.0] - 2022-09-19

Changed

  • #34 Bump minimum embedded-graphics version from 0.7.0 to 0.7.1.
  • (breaking) #44 Bump Minimum Supported Rust Version (MSRV) to 1.61.

[0.3.0] - 2021-06-05

[0.3.0-beta.3] - 2021-06-04

Added

  • #28 Added SimulatorDisplay::to_{be,le,ne}_bytes to convert the display content to raw image data.
  • #29 Added SimulatorDisplay::load_png.
  • #29 Added support for EG_SIMULATOR_CHECK, EG_SIMULATOR_CHECK_RAW and EG_SIMULATOR_DUMP_RAW environment variables.
  • #29 A limited version of Window can now be used without the with-sdl feature enabled. Event handling isn't available if SDL support is disabled.
  • #30 Added SimulatorDisplay::diff.

Changed

  • (breaking) #29 Color types used in Window::updateand Window::show_static must now implement From<Rgb888>.

Fixed

  • #28 Fixed panic for zero sized SimulatorDisplays.

[0.3.0-beta.2] - 2021-05-04

Added

  • #25 Added OutputImage to export PNG files and base64 encoded PNGs.
  • #25 Added BinaryColorTheme::Inverted.

Changed

  • (breaking) #25 Removed SimulatorDisplay::to_image_buffer. Use to_rgb_output_image or to_grayscale_output_image instead.

[0.3.0-beta.1] - 2021-04-24

... (truncated)

Commits
  • 829a67c Release embedded-graphics-simulator 0.4.1
  • 11ec451 Improve Simulator CPU Usage up to 50%. (#45)
  • 3b7bf85 Release embedded-graphics-simulator 0.4.0
  • 071be64 Fix cargo-release config warning
  • 2d4b3d4 Migrate some release config from embedded-graphics
  • e6cd806 Upgrade MSRV to 1.61 (#44)
  • 96e8a36 Add note on setting LIBRARY_PATH for Homebrew (#38)
  • ea1abb3 Migrate to intra-doc links (#40)
  • 72bc8c9 Update to Rust edition 2021 (#39)
  • 5210922 Add release docs (#35)
  • 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 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] avatar Mar 07 '23 02:03 dependabot[bot]