Crates.io | igri |
lib.rs | igri |
version | 0.1.3 |
source | src |
created_at | 2021-09-20 14:43:40.459771 |
updated_at | 2021-09-23 00:59:44.729549 |
description | ImGUI runtime inspector |
homepage | |
repository | |
max_upload_size | |
id | 454048 |
size | 9,963 |
igri
is a runtime inspector powered by imgui-rs
use igri::Inspect;
#[derive(Inspect)]
pub struct MyCoolStruct<T> {
xs: Vec<T>,
}
dummy
featureWe want to disable developer UI on release build. Enable dummy
feature flag to turn off #[derive(Inspect)]
expansion.
Be sure to out put other calls to
igri
, too!