Feat: small fix for build

This commit is contained in:
2026-03-20 13:36:35 +01:00
parent b6daa81304
commit f4a3e26d51
2 changed files with 3 additions and 2 deletions

4
Cargo.lock generated
View File

@@ -1824,8 +1824,8 @@ dependencies = [
[[package]]
name = "doux"
version = "0.0.18"
source = "git+https://github.com/sova-org/doux?tag=v0.0.18#4a5a065ba525657cf7ff1362f0b7e2f4f4f2b46c"
version = "0.0.19"
source = "git+https://github.com/sova-org/doux?tag=v0.0.19#7f71e212287c0bedce38612361bad61ee6f1d6ef"
dependencies = [
"arc-swap",
"clap",

View File

@@ -267,6 +267,7 @@ pub fn preload_sample_heads(
#[cfg(feature = "cli")]
use cpal::traits::{DeviceTrait, StreamTrait};
#[cfg(feature = "cli")]
use cpal::FromSample;
#[cfg(feature = "cli")]
use cpal::Stream;