ソースを参照

Make rodio backend the default

Will Stott 6 年 前
コミット
f1be5085ad
1 ファイル変更1 行追加1 行削除
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

@@ -70,7 +70,7 @@ with-vorbis = ["librespot-audio/with-vorbis"]
 
 with-dns-sd = ["librespot-connect/with-dns-sd"]
 
-default = ["librespot-playback/portaudio-backend"]
+default = ["librespot-playback/rodio-backend"]
 
 [package.metadata.deb]
 maintainer = "librespot-org"