mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-24 22:31:30 +11:00
Fix feature names
This commit is contained in:
parent
2a35646520
commit
ea73dac753
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue