From 4a6ffbfc0803d7b2fd6653a21d0ddaccfad8d07e Mon Sep 17 00:00:00 2001 From: Henrik Friedrichsen Date: Sat, 11 May 2019 18:41:13 +0200 Subject: [PATCH] remove leftover winapi dependency --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b5d53b9..06cdd82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,9 +48,6 @@ default-features = false version = "0.11.1" default-features = false -[dependencies.winapi] -git = "https://github.com/overdrivenpotato/winapi-rs" - [features] alsa_backend = ["librespot/alsa-backend"] pulseaudio_backend = ["librespot/pulseaudio-backend"]