diff --git a/sys/Cargo.toml b/sys/Cargo.toml index 934b305..9d64457 100644 --- a/sys/Cargo.toml +++ b/sys/Cargo.toml @@ -36,11 +36,14 @@ include = [ "whisper.cpp/ggml/include/ggml.h", "whisper.cpp/ggml/include/ggml-alloc.h", "whisper.cpp/ggml/include/ggml-backend.h", - "whisper.cpp/ggml/include/ggml-backend-impl.h", "whisper.cpp/ggml/include/ggml-blas.h", "whisper.cpp/ggml/include/ggml-cann.h", "whisper.cpp/ggml/include/ggml-cuda.h", + "whisper.cpp/ggml/include/ggml-kompute.h", "whisper.cpp/ggml/include/ggml-metal.h", + "whisper.cpp/ggml/include/ggml-rpc.h", + "whisper.cpp/ggml/include/ggml-sycl.h", + "whisper.cpp/ggml/include/ggml-vulkan.h", "whisper.cpp/LICENSE", "src/*.rs", "build.rs",