[*] Sandbox-friendly build implemented.
* CMake machinery simplified. * Build artifacts not stored in source directories anymore.
This commit is contained in:
parent
7dac364460
commit
0b5a74a16c
2 changed files with 56 additions and 89 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "whisper-rs-sys"
|
||||
version = "0.7.2"
|
||||
version = "0.7.3"
|
||||
edition = "2021"
|
||||
description = "Rust bindings for whisper.cpp (FFI bindings)"
|
||||
license = "Unlicense"
|
||||
|
|
@ -40,8 +40,8 @@ cuda = []
|
|||
opencl = []
|
||||
openblas = []
|
||||
|
||||
[dependencies]
|
||||
|
||||
[build-dependencies]
|
||||
bindgen = "0.64"
|
||||
cmake = "0.1"
|
||||
bindgen = "0.68"
|
||||
cfg-if = "1"
|
||||
fs_extra = "1.3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue