mirror of
https://github.com/Priler/jarvis.git
synced 2026-06-04 11:29:45 +00:00
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.
5 lines
91 B
Rust
5 lines
91 B
Rust
fn main() {
|
|
// link to Vosk lib
|
|
// println!("cargo:rustc-link-lib=libvosk.dll");
|
|
}
|