desktop: Do not show Windows console window when running Ruffle (merge #691)

No longer show a command line window when opening a file with ruffle via a file association (open with).

Co-authored-by: Genna Wingert <wingertge@gmail.com>
This commit is contained in:
Genna Wingert 2020-06-08 21:32:58 +02:00 committed by GitHub
parent 36fb0cd43c
commit b63ab89dc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#![windows_subsystem = "windows"]
#![allow(clippy::unneeded_field_pattern)]
mod audio;