# `egui-ark` changelog All notable changes to this project will be documented in this file. ## Unreleased ## 0.40.1 2023-10-03 - Upgrade to `egui` 0.23 ## 0.40.0 2023-09-06 - Make `EguiPainter` public - add `end_frame_with_output` for ending frame and getting output primitives ## 0.39.0 2022-02-21 - Require Rust 1.64 - Remove explicit use of `puffin` in favor of `ark-api` profiler re-exports - Added font that we depended on to `assets` folder (Roboto-Medium.ttf) - Upgrade to `egui` 0.21 - Change `EguiArk::begin_frame()` to take a reference to `InputManager` instead of having one stored internally. ## 0.37.0 - 2022-08-31 - Require Rust 1.63 - Fixed building docs for docs.rs (use `wasm32-unknown-unknown` instead of native) - Update `ark-api` to 0.17.0 ## 0.36.0 - 2022-07-08 - First public version published on crates.io 🎉 - Update `ark-api` to 0.15.0 ## 0.17.0 - 2022-01-13 - Update `egui` to 0.16.1 ## 0.13.0 - 2021-11-25 - Update `egui` to 0.15.0 - Update `puffin` to 0.12.0