egui_inspect 0.1.3

Easily creating UI to edit and preview data
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.egui]
version = "0.16"

[dependencies.egui_inspect_derive]
version = "0.1"

[package]
categories = ["gui", "game-development"]
description = "Easily creating UI to edit and preview data"
edition = "2021"
homepage = "https://github.com/Meisterlama/egui_inspect"
license = "MIT"
name = "egui_inspect"
readme = "../README.md"
repository = "https://github.com/Meisterlama/egui_inspect"
version = "0.1.3"