mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-10 21:14:29 +10:00
0109518ea7
Signed-off-by: quexeky <git@quexeky.dev>
7 lines
184 B
Rust
7 lines
184 B
Rust
// Prevents additional console window on Windows in release, DO NOT REMOVE!!
|
|
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
|
|
|
|
fn main() {
|
|
drop_app_lib::run();
|
|
}
|