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::DrawBuilder
allowing custom builders. - Exposed
notan::app::AppTimer
. - Added
draw.point
allowing to draw points. Checkexamples/draw_point.rs
. - Allow to compile the crate without a backend selected.
- Changed
WindowConfig::set_canvas_id
toWindowConfig::set_app_id
and is not available for wayland too. - Fixed
app.request_frame()
when using lazy lopps on Window OS.
--
Thanks everybody!