diff --git a/crates/transcription/Cargo.toml b/crates/transcription/Cargo.toml index 84e5c12..cbeeefa 100644 --- a/crates/transcription/Cargo.toml +++ b/crates/transcription/Cargo.toml @@ -8,7 +8,7 @@ description = "Speech-to-text engine wrappers, model management, and inference c kon-core = { path = "../core" } # Unified STT engine (Parakeet via ONNX, Whisper via whisper.cpp) -transcribe-rs = { version = "0.3", features = ["onnx", "whisper-cpp"] } +transcribe-rs = { version = "0.3", features = ["onnx", "whisper-cpp", "whisper-vulkan"] } # Async runtime for spawn_blocking tokio = { version = "1", features = ["rt", "sync"] }