From 3830a656a92d1346a7794e1f870c9c8807d313b7 Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Wed, 4 Jun 2025 13:43:31 +0200 Subject: [PATCH] Keep a deprecated feature flag to avoid breaking change --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 0951baa01..147416f4d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,9 @@ rust-version = "1.70" [features] asio = ["asio-sys", "num-traits"] # Only available on Windows. See README for setup instructions. +# Deprecated, the `oboe` backend has been removed +oboe-shared-stdcxx = [] + [dependencies] dasp_sample = "0.11"