Officially remove the Emscripten backend (#1159)
This commit is contained in:
parent
36f4eccb5c
commit
57a53bda74
7 changed files with 37 additions and 1650 deletions
|
|
@ -21,9 +21,6 @@ mod platform;
|
|||
#[cfg(target_os = "ios")]
|
||||
#[path = "ios/mod.rs"]
|
||||
mod platform;
|
||||
#[cfg(target_os = "emscripten")]
|
||||
#[path = "emscripten/mod.rs"]
|
||||
mod platform;
|
||||
|
||||
#[cfg(all(
|
||||
not(target_os = "ios"),
|
||||
|
|
@ -35,6 +32,5 @@ mod platform;
|
|||
not(target_os = "freebsd"),
|
||||
not(target_os = "netbsd"),
|
||||
not(target_os = "openbsd"),
|
||||
not(target_os = "emscripten")
|
||||
))]
|
||||
compile_error!("The platform you're compiling for is not supported by winit");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue