Cargo Features
zng-view-api has no features set by default.
[dependencies]
zng-view-api = { version = "0.19.3", features = ["ipc", "var"] }
-
ipc
-
Enables creation of separate or pre-build view.
Only enables in cfg(not(any(target_os = "android", target_arch = "wasm32", target_os = "ios"))) builds.
Enables
ipc
of
zng-task
-
var
-
Implement IntoVar<T> for API types.
Enables
zng-var