Update to Rust programming language.

This commit is contained in:
Abraham 2023-04-27 00:28:36 +05:00
parent 943efbfbdb
commit f88248643b
201 changed files with 12954 additions and 1690 deletions

9
src-tauri/build.rs Normal file
View 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()
}