v0.9.0
- Fix alpha blending mode issue with text rendering using the Draw2D API. #188
- Improve how the alpha blending behaves rendering from and to
RenderTexture
using Draw2D API. #189 - Fix
Draw
structure is clonable again. #190 - Change
SetupHandler
andAppBuilder::initialize
toFnOnce
allowing to embed notan easily. - Updated the crate
glutin
to0.30.2
. #192 - New example
draw_arcs.rs
to show how to draw circle sections. #195 - Added new texture format
R8Uint
. - Draw unsupported chars with a font does not panic anymore. #201
- Added
WindowConfig::window_icon
andWindowConfig::taskbar_icon
to add icons for windows os. #202 - Added example
egui_custom_font.rs
. - Fix images loaded from files can set the texture format other rgba. #207
- Added
TextureFormat::Rgba32Float
. #207 - Avoid some allocations when textures are loaded. #207
- Updated egui to color space. #205
Thank you so much for your contributions, you make this project great!