Skip to content

0.24.1 - Bug fixes

Compare
Choose a tag to compare
@emilk emilk released this 30 Nov 16:54
· 378 commits to master since this release

egui is an easy-to-use immediate mode GUI for Rust that runs on both web and native.

Try it now: https://www.egui.rs/

egui changelog

  • Fix buggy text with multiple viewports on monitors with different scales #3666

eframe changelog

Desktop/Native:

  • Fix window flashing white on launch #3631 (thanks @zeozeozeo!)
  • Fix windowing problems when using the x11 feature on Linux #3643
  • Fix bugs when there are multiple monitors with different scales #3663
  • glow backend: clear framebuffer color before calling App::update #3665

Web:

  • Fix click-to-copy on Safari #3621
  • Don't throw away frames on click/copy/cut #3623
  • Remove dependency on tts #3651