Add coreml feature flag and build.rs updates

This commit is contained in:
Jonathan Soo 2023-04-21 07:59:33 -04:00
parent 93ac3fdb73
commit 77cdbd6187
3 changed files with 34 additions and 0 deletions

View file

@ -22,6 +22,7 @@ hound = "3.5.0"
[features]
simd = []
coreml = ["whisper-rs-sys/coreml"]
[package.metadata.docs.rs]
features = ["simd"]