Update to Rust programming language.
This commit is contained in:
parent
ee8d236e1c
commit
54613e3628
201 changed files with 12954 additions and 1690 deletions
9
src-tauri/build.rs
Normal file
9
src-tauri/build.rs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
fn main() {
|
||||
// link to Vosk lib
|
||||
println!("cargo:rustc-link-search=vosk/");
|
||||
|
||||
// println!("cargo:rustc-link-lib=dylib=D:/Rust/vosk/libvosk.dll");
|
||||
|
||||
// Tauri build
|
||||
tauri_build::build()
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue