Cargo Features

tweak_shader has no features set by default.

[dependencies]
tweak_shader = { version = "0.2.6", features = ["after_effects", "audio", "video"] }
after_effects = glsl
audio = rodio, rustfft

Affects tweak_shader::audio

video = ffmpeg-next

Affects tweak_shader::video

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.

glsl after_effects?
rustfft audio?
ffmpeg-next video?

Enables ffmpeg-next ^6.0.0

rodio audio?

Enables rodio ^0.17.2