From 86a9060e169545666216db6f93ffdcc9f9deeb35 Mon Sep 17 00:00:00 2001 From: rustdesk Date: Mon, 12 Sep 2022 12:31:02 +0800 Subject: [PATCH] remove flutter from default features --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 88a7d963a..d778cc279 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ use_samplerate = ["samplerate"] use_rubato = ["rubato"] use_dasp = ["dasp"] flutter = ["flutter_rust_bridge"] -default = ["use_dasp","flutter"] +default = ["use_dasp"] hwcodec = ["scrap/hwcodec"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html