mirror of
https://github.com/OSMA-D/osma-app.git
synced 2024-12-05 02:56:23 +03:00
refactor: tabulation
This commit is contained in:
parent
f54437cdc6
commit
4ae6d11ee8
1 changed files with 5 additions and 5 deletions
|
@ -1,10 +1,10 @@
|
||||||
#![cfg_attr(
|
#![cfg_attr(
|
||||||
all(not(debug_assertions), target_os = "windows"),
|
all(not(debug_assertions), target_os = "windows"),
|
||||||
windows_subsystem = "windows"
|
windows_subsystem = "windows"
|
||||||
)]
|
)]
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
tauri::Builder::default()
|
tauri::Builder::default()
|
||||||
.run(tauri::generate_context!())
|
.run(tauri::generate_context!())
|
||||||
.expect("error while running tauri application");
|
.expect("error while running tauri application");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue