ruffle/desktop/src
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
..
audio.rs chore: Bump to cpal 0.12 2020-07-10 17:17:11 -07:00
custom_event.rs Implement an async executor for desktop so that these methods don't immediately panic. 2020-02-22 00:02:46 -05:00
executor.rs core: Rename loader::LoaderError to loader::Error 2020-06-20 15:02:00 -07:00
input.rs desktop: Removed clear_clipboard impl 2020-06-09 22:41:11 +01:00
main.rs desktop: Revert to console app on Win32 2020-07-20 23:11:44 -07:00
navigator.rs core: Rename loader::LoaderError to loader::Error 2020-06-20 15:02:00 -07:00
storage.rs chore: Clean up useage of unwrap 2020-06-24 01:46:07 +01:00
task.rs core: Rename loader::LoaderError to loader::Error 2020-06-20 15:02:00 -07:00