mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 14:50:03 -04:00
A simple 2D plot library
This commit is contained in:
@@ -9,13 +9,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
|
||||
## Unreleased
|
||||
|
||||
### Added ⭐
|
||||
|
||||
* Added `egui::plot::Plot` to plot some 2D data
|
||||
|
||||
|
||||
## 0.9.0 - 2021-02-07 - Light Mode and much more
|
||||
|
||||
### Added ⭐
|
||||
|
||||
<img src="media/0.9.0-disabled.gif" width="50%">
|
||||
|
||||
### Added ⭐
|
||||
|
||||
* Add support for secondary and middle mouse buttons.
|
||||
* Add `Label` methods for code, strong, strikethrough, underline and italics.
|
||||
* Add `ui.group(|ui| { … })` to visually group some widgets within a frame.
|
||||
|
||||
Reference in New Issue
Block a user