From 8f363a1b39d6e39e43f776147a8f5be949efcc10 Mon Sep 17 00:00:00 2001 From: tramhao Date: Sun, 24 Mar 2024 02:29:29 +0800 Subject: [PATCH] remove unnecessary option for termusic-lib --- lib/Cargo.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 1df87c71..031bf760 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -73,11 +73,6 @@ ytd-rs.workspace = true # = { version = "0.1", features = ["yt-dlp"]} [features] default = [] -# left for debug -# default = ["gst"] -# default = ["mpv"] -gst = [] -mpv = [] [dev-dependencies] pretty_assertions.workspace = true