egui_memory_editor 0.2.2

A simple memory editor for the egui library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Egui Memory Editor Changelog

All notable changes to the `egui_memory_editor` crate will be documented in this file.

## 0.2.2 - 2022-12-08


* Update `egui` to `0.20`

## 0.2.1 - 2022-10-25


* Add the ability to update/set a memory range after `MemoryEditor` creation ([#6]https://github.com/Hirtol/egui_memory_editor/pull/6).

## 0.2.0 - 2022-08-27


* Update `egui` to `0.19`