[dependencies.egui]
version = "0.14.2"
[dependencies.serde]
features = ["derive"]
optional = true
version = "^1.0.123"
[dev-dependencies.eframe]
version = "0.14.0"
[features]
default = []
persistence = ["serde", "egui/persistence"]
[package]
authors = ["Hirtol <rust@hirtol.top>"]
categories = ["gui"]
description = "A simple memory editor for the egui library"
edition = "2018"
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.1.4"