v0.3.0-beta.3
Pre-release
Pre-release
jamwaffles
released this
15 Jun 16:45
·
23 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
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.