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
|
|
@ -25,6 +25,9 @@ include = [
|
|||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[features]
|
||||
coreml = []
|
||||
|
||||
[dependencies]
|
||||
|
||||
[build-dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue