mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-29 12:50:04 -04:00
Officially remove the Emscripten backend (#1159)
This commit is contained in:
@@ -50,7 +50,7 @@ fn main() {
|
||||
println!("Okay we're done now for real.");
|
||||
}
|
||||
|
||||
#[cfg(any(target_os = "ios", target_os = "android", target_os = "emscripten"))]
|
||||
#[cfg(any(target_os = "ios", target_os = "android"))]
|
||||
fn main() {
|
||||
println!("This platform doesn't support run_return.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user