diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 0aae970..c9d3041 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -68,7 +68,7 @@ whisper-rs = { version = "0.13.2", features = ["metal"] } whisper-rs = { version = "0.13.2", features = ["vulkan"] } [target.'cfg(target_os = "linux")'.dependencies] -whisper-rs = { version = "0.13.2", features = ["openblas", "vulkan"] } +whisper-rs = { version = "0.13.2", features = ["vulkan"] } [target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies] tauri-plugin-autostart = "2"