feature/extend-tauri-generated-xcode-project-for-tvos-target
rs 6 lines 183 Bytes
Raw
1 // Prevents additional console window on Windows in release, DO NOT REMOVE!!
2 #![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
3
4 fn main() {
5 tauri_app_lib::run();
6 }