Crates.io | zng-wgt-inspector |
lib.rs | zng-wgt-inspector |
version | 0.2.44 |
source | src |
created_at | 2024-04-08 05:06:11.063408 |
updated_at | 2024-11-10 01:50:24.681545 |
description | Part of the zng project. |
homepage | |
repository | https://github.com/zng-ui/zng |
max_upload_size | |
id | 1199805 |
size | 90,731 |
This crate is part of the zng
project.
This crate provides 3 feature flags, 1 enabled by default.
"debug_default"
Enables the "live"
feature in debug builds.
Enabled by default.
"live"
Compiles the interactive inspector.
"crash_handler"
Compiles the debug crash handler.
Only enables in not(any(target_arch = "wasm32", target_os = "android", target_os = "ios"))
builds.