Crates.io | imgui_presentable_derive |
lib.rs | imgui_presentable_derive |
version | 0.4.0 |
source | src |
created_at | 2023-11-20 14:07:17.973155 |
updated_at | 2023-11-24 17:24:51.238695 |
description | Derive macro for ImguiPresentable. |
homepage | |
repository | https://github.com/vityafx/imgui_presentable |
max_upload_size | |
id | 1042225 |
size | 53,776 |
This crate is a derive macro implementation to simplify the use of the immediate gui frameworks. Just derive the ImguiPresentation
for the structs or enums and the magic will happen.
Please refer to the crate documentation and the main README file of the repository.