Skip to content

v0.9.0

Compare
Choose a tag to compare
@Nazariglez Nazariglez released this 24 Jan 11:21
· 216 commits to main since this release
100ffb9
  • 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 and AppBuilder::initialize to FnOnce allowing to embed notan easily.
  • Updated the crate glutin to 0.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 and WindowConfig::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!

Contributors