Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 965 Bytes

CHANGELOG.md

File metadata and controls

34 lines (20 loc) · 965 Bytes

Changelog for eframe

All notable changes to the eframe crate.

Unreleased

0.12.0 - 2021-05-10

  • Moved options out of trait App into new NativeOptions.
  • Add option for always_on_top.

0.11.0 - 2021-04-05

  • You can now turn your window transparent with the App::transparent option.
  • You can now disable window decorations with the App::decorated option.

0.10.0 - 2021-02-28

  • You can now set your own app icons.
  • You can control the initial size of the native window with App::initial_window_size.
  • You can control the maximum egui web canvas size with App::max_size_points.
  • Frame::tex_allocator() no longer returns an Option (there is always a texture allocator).

0.9.0 - 2021-02-07

0.8.0 - 2021-01-17

  • Simplify TextureAllocator interface.

0.7.0 - 2021-01-04

  • Initial release of eframe