Cargo Features
[dependencies]
vleue_kinetoscope = { version = "0.4.1", default-features = false, features = ["gif", "webp", "streaming"] }
- default = gif, streaming, webp
-
These default features are set whenever
vleue_kinetoscope
is added without
somewhere in the dependency tree.default-features = false - gif default
- webp default
- streaming default
-
Enables multi_threaded of bevy_tasks
bevy_tasks:
Functionality
Enables multi-threading support.
Without this feature, all tasks will be run on a single thread.Affects
vleue_kinetoscope::StreamingAnimatedImage
,vleue_kinetoscope::StreamingFrame
,vleue_kinetoscope::StreamingAnimatedImageController
,loader::StreamingAnimatedImageLoader
…
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.