egui_struct_macros 0.4.2

EguiStruct is a rust derive macro that creates egui UI's from arbitrary structs and enums.
Documentation
[dependencies.convert_case]
version = "0.6.0"

[dependencies.darling]
version = "0.20.3"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["parsing", "extra-traits"]
version = "2.0"

[features]
egui28 = []
i18n = []

[lib]
proc-macro = true

[package]
authors = ["PingPongun <pp.pp4@vp.pl>"]
description = "EguiStruct is a rust derive macro that creates egui UI's from arbitrary structs and enums."
edition = "2021"
keywords = ["egui"]
license = "MIT"
name = "egui_struct_macros"
readme = "README.md"
repository = "https://github.com/PingPongun/egui_struct"
version = "0.4.2"