ruffle/desktop
Mike Welsh f18c47ebf2 desktop: Fix app not running on Windows (fix #5534)
Rust 1.56 introduced a bad interaction between env_logger and
`#[windows_subsytem]` that caused Ruffle to panic immediately on run.

See:
https://github.com/rust-lang/rust/issues/88576

Disabling the atty and termcolor features of env_logger avoids
the problem. Can re-enable when the above issue is fixed on Rust
stable.

Fixes #5534.
2021-10-24 12:03:21 -07:00
..
assets desktop: Improve ruffle_desktop.rc 2021-01-30 16:32:28 -08:00
src chore: Stop using traits available in prelude 2021-10-21 10:24:05 -07:00
Cargo.toml desktop: Fix app not running on Windows (fix #5534) 2021-10-24 12:03:21 -07:00
build.rs chore: Use into() in more places 2021-06-22 11:49:41 -07:00