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 default-features = false somewhere in the dependency tree.

gif default

Enables gif of image

webp default

Enables webp of image

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.

bevy_tasks streaming