Add coreml feature flag and build.rs updates
This commit is contained in:
parent
93ac3fdb73
commit
77cdbd6187
3 changed files with 34 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ hound = "3.5.0"
|
|||
|
||||
[features]
|
||||
simd = []
|
||||
coreml = ["whisper-rs-sys/coreml"]
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
features = ["simd"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue