Cargo Features
[dependencies]
zng-wgt-inspector = { version = "0.2.43", default-features = false, features = ["debug_default", "live", "crash_handler"] }
- default = debug_default
-
The
debug_default
feature is set by default wheneverzng-wgt-inspector
is added without
somewhere in the dependency tree.default-features = false - debug_default default
-
Enables the
"live"
feature in debug builds. - live
-
Compiles the interactive inspector.
Affects
zng-wgt-inspector::live_inspector
… - crash_handler
-
Compiles the debug crash handler.
Only enables in
not(any(target_arch = "wasm32", target_os = "android", target_os = "ios"))
builds.Enables open, crash_handler of zng-app