Cargo Features
webrender_api has no features set by default.
[dependencies]
webrender_api = { version = "0.61.0", features = ["nightly", "ipc", "deserialize", "display_list_stats"] }
- nightly
-
Enables unstable of euclid ^0.20.0 and serde
serde:
Provide impls for types that require unstable functionality. For tracking and discussion of unstable functionality please refer to this issue:
- ipc = ipc-channel
- serialize deserialize
-
Affects
display_item::DebugDisplayItem
… - display_list_stats
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- ipc-channel ipc?
-
Enables ipc-channel ^0.12.0