egui_memory_editor 0.1.2

A simple memory editor for the egui library
Documentation
[package]

name = "egui_memory_editor"

version = "0.1.2"

authors = ["Hirtol <rust@hirtol.top>"]

edition = "2018"

description = "A simple memory editor for the egui library"

readme = "README.md"

homepage = "https://github.com/Hirtol/egui_memory_editor"

repository = "https://github.com/Hirtol/egui_memory_editor"

license = "MIT/Apache-2.0"

keywords = ["egui", "memory", "editor", "emulator"]

categories = ["gui"]

exclude = ["assets/*", ".github/*"]



# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[features]

default = []

persistence = ["serde", "egui/persistence"]



[dependencies]

egui = "0.13.1"



[dev-dependencies]

eframe = "0.13.1"



[dependencies.serde]

version = "^1.0.123"

features = ["derive"]

optional = true