ruffle/desktop
Mike Welsh ef67f828fb desktop: Revert to console app on Win32
Remove #![windows_subsystem = "windows"], which launched us as a
GUI app on win32. However, this had the side effect of hiding
output to stdout/stderr when launched from the command-line.

Since Ruffle is primarily a CLI interface as of yet, let's revert
back to a console win32 app so that we can display output. Instead,
we can hide the console if we detect we were not launched from the
command line.
2020-07-20 23:11:44 -07:00
..
assets desktop: Use compressed favicon.ico 2020-06-09 10:26:06 -07:00
src desktop: Revert to console app on Win32 2020-07-20 23:11:44 -07:00
Cargo.toml desktop: Revert to console app on Win32 2020-07-20 23:11:44 -07:00
build.rs desktop: Use compressed favicon.ico 2020-06-09 10:26:06 -07:00