Releases: embedded-graphics/simulator
Releases · embedded-graphics/simulator
v0.7.0
v0.6.0
v0.5.0
v0.4.1
v0.4.0
v0.3.0
No additional changes since v0.3.0-beta.3.
v0.3.0-beta.3
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
andEG_SIMULATOR_DUMP_RAW
environment variables. - #29 A limited version of
Window
can now be used without thewith-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::update
andWindow::show_static
must now implementFrom<Rgb888>
.
Fixed
- #28 Fixed panic for zero sized
SimulatorDisplay
s.
v0.3.0-beta.2
v0.3.0-beta.1
- #24 Upgrade to embedded-graphics 0.7.0-beta.1.
v0.3.0-alpha.2
- #16 Re-export
sdl2
types.