egui_memory_editor 0.2.12

A simple memory editor for the egui library
Documentation
[dependencies.egui]
default-features = false
version = "0.31"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1"

[dev-dependencies.eframe]
version = "0.31"

[[example]]
name = "simple"
path = "examples/simple/main.rs"

[features]
default = []
serde = ["dep:serde", "egui/persistence"]

[lib]
name = "egui_memory_editor"
path = "src/lib.rs"

[package]
authors = ["Hirtol <rust@hirtol.top>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["gui"]
description = "A simple memory editor for the egui library"
edition = "2024"
exclude = ["assets/*", ".github/*"]
homepage = "https://github.com/Hirtol/egui_memory_editor"
keywords = ["egui", "memory", "editor", "emulator"]
license = "MIT/Apache-2.0"
name = "egui_memory_editor"
readme = "README.md"
repository = "https://github.com/Hirtol/egui_memory_editor"
version = "0.2.12"