Cargo Features
Plyr has no features set by default.
[dependencies]
plyr = { version = "0.0.4", features = ["cdn", "html5", "options", "future"] }
- cdn
- html5 = future
-
Affects
events::PlyrHtml5EventType
,events::PlyrHtml5EventListener
… - options = typed-builder
-
Enables serde and serde-wasm-bindgen ^0.4
Affects
plyr::options
,plyr::source
… - future html5?
-
Enables wasm-bindgen-futures
optional
Affects
plyr::play_async
…
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.
- typed-builder options?
-
Enables typed-builder ^0.11