Cargo Features

scaleless_music has no features set by default.

[dependencies]
scaleless_music = { version = "0.0.8", features = ["be-rsoundio", "be-portaudio", "be-sdl2"] }
be-rsoundio = rb, rsoundio

Affects sound::backend_rsoundio

be-portaudio = portaudio

Affects sound::backend_portaudio

be-sdl2 = sdl2

Affects sound::backend_sdl2

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](https://rust-lang.github.io/rfcs/3491-remove-implicit-features.html).

portaudio be-portaudio?
rb be-rsoundio?

Enables rb ^0.2.0

rsoundio be-rsoundio?
sdl2 be-sdl2?

Enables sdl2 ^0.25.0