Now GUI and the app itself is divided into two different binaries. The app also provides system tray icon. Whereas the GUI can be used to configure the app.
4 lines
91 B
Rust
4 lines
91 B
Rust
fn main() {
|
|
// link to Vosk lib
|
|
// println!("cargo:rustc-link-lib=libvosk.dll");
|
|
}
|