From b27e904363dffbd3e4a914f4d0f96eb160d4b3dc Mon Sep 17 00:00:00 2001 From: Oscar Linderholm Date: Wed, 24 Apr 2019 21:33:31 +0200 Subject: [PATCH] Add ALSA backend --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 40293ee..bd10df6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,6 +51,7 @@ default-features = false git = "https://github.com/overdrivenpotato/winapi-rs" [features] +alsa_backend = ["librespot/alsa-backend"] pulseaudio_backend = ["librespot/pulseaudio-backend"] rodio_backend = ["librespot/rodio-backend"] portaudio_backend = ["librespot/portaudio-backend"]