v0.3.0-beta.3
Pre-release
Pre-release
·
31 commits
to master
since this release
Added
- #28 Added
SimulatorDisplay::to_{be,le,ne}_bytesto convert the display content to raw image data. - #29 Added
SimulatorDisplay::load_png. - #29 Added support for
EG_SIMULATOR_CHECK,EG_SIMULATOR_CHECK_RAWandEG_SIMULATOR_DUMP_RAWenvironment variables. - #29 A limited version of
Windowcan now be used without thewith-sdlfeature enabled. Event handling isn't available if SDL support is disabled. - #30 Added
SimulatorDisplay::diff.
Changed
- (breaking) #29 Color types used in
Window::updateandWindow::show_staticmust now implementFrom<Rgb888>.
Fixed
- #28 Fixed panic for zero sized
SimulatorDisplays.