shithub
zephyrfs
/
zephyrfs-desktop
/
Sign in
Sign up
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
zephyrfs-desktop
Public
Watch
0
Fork
0
Star
0
zephyrfs-desktop
/
src-tauri
/
src
/
main.rs
Rust · 191 bytes
Raw
Blame
History
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
zephyrfs_desktop_lib
::
run
()
6
}
7