mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-01 14:20:05 -04:00
Fix feature names
This commit is contained in:
@@ -146,7 +146,7 @@ extern crate stdweb;
|
|||||||
target_os = "openbsd"
|
target_os = "openbsd"
|
||||||
))]
|
))]
|
||||||
extern crate calloop;
|
extern crate calloop;
|
||||||
#[cfg(feature = "web-sys")]
|
#[cfg(feature = "wasm-bindgen")]
|
||||||
extern crate wasm_bindgen;
|
extern crate wasm_bindgen;
|
||||||
#[cfg(feature = "web-sys")]
|
#[cfg(feature = "web-sys")]
|
||||||
extern crate web_sys;
|
extern crate web_sys;
|
||||||
|
|||||||
Reference in New Issue
Block a user