ryankurte / rust-ptouch

Rust driver for Brother P-Touch label makers (USB)
44 stars 14 forks source link

Update embedded-graphics-simulator requirement from 0.2.0 to 0.3.0 #13

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 3 years ago

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

Changelog

Sourced from embedded-graphics-simulator's changelog.

[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

Changed

  • #24 Upgrade to embedded-graphics 0.7.0-beta.1.

[0.3.0-alpha.2] - 2021-02-05

Added

  • #16 Re-export sdl2 types.

[0.3.0-alpha.1] - 2021-01-07

[0.2.1] - 2020-07-29

Note: PR numbers from this point onwards are from the old embedded-graphics/embedded-graphics repository. New PR numbers above this note refer to PRs in the embedded-graphics/simulator repository.

Added

... (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 2 years ago

Superseded by #39.