New
v0.12.0
Changelog
- Updated EGUI to
0.26. - Removed
egui::plugin::Output.needs_repaint(), now is only used internally and not exposed to users. - Exposed
notan::draw::DrawBuilderallowing custom builders. - Exposed
notan::app::AppTimer. - Added
draw.pointallowing to draw points. Checkexamples/draw_point.rs. - Allow to compile the crate without a backend selected.
- Changed
WindowConfig::set_canvas_idtoWindowConfig::set_app_idand is not available for wayland too. - Fixed
app.request_frame()when using lazy lopps on Window OS.
--
Thanks everybody!
Contributors
- @z33ky
- @joseluis
- @RichardMarks