Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor memory data #836

Merged
merged 11 commits into from
Oct 27, 2021
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ NOTE: [`epaint`](epaint/CHANGELOG.md), [`eframe`](eframe/CHANGELOG.md), [`egui_w
### Added ⭐
* Add context menus: See `Ui::menu_button` and `Response::context_menu` ([#543](https://github.com/emilk/egui/pull/543)).

### Changed 🔧
* Unified the four `Memory` data buckts (`data`, `data_temp`, `id_data` and `id_data_temp`) into a single `Memory::data`, with a new interface ([#836](https://github.com/emilk/egui/pull/836)).


## 0.15.0 - 2021-10-24 - Syntax highlighting and hscroll

Expand Down
224 changes: 0 additions & 224 deletions egui/src/any/any_map.rs

This file was deleted.

63 changes: 0 additions & 63 deletions egui/src/any/element.rs

This file was deleted.

61 changes: 0 additions & 61 deletions egui/src/any/mod.rs

This file was deleted.

Loading