Fix feature names
This commit is contained in:
parent
2a35646520
commit
ea73dac753
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue