Skip to content

[0.12.0] - 12-Mar-2022

Compare
Choose a tag to compare
@mvlabat mvlabat released this 12 Mar 12:12
· 128 commits to main since this release
e6f185c

Added

  • Upgrade Egui to 0.17 (#78 by @emilk).
  • Add side panel example (#73).

Changed

  • User texture ids are now tracked internally (#71).
    • Instead of using set_egui_texture, you can now use add_image which returns a texture id itself
      (see the updated ui example).
  • Switch to arboard for managing clipboard (#72).

Full Changelog: v0.11.0...v0.12.0