Skip to content

v0.3.0-beta.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@jamwaffles jamwaffles released this 15 Jun 16:45
· 22 commits to master since this release

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.