Improve feature names to enable web backends

This commit is contained in:
Héctor Ramón Jiménez 2019-07-01 20:43:54 +02:00
parent e89674d337
commit 5cc84f32db
4 changed files with 14 additions and 12 deletions

View file

@ -135,9 +135,9 @@ extern crate smithay_client_toolkit as sctk;
target_os = "openbsd"
))]
extern crate x11_dl;
#[cfg(feature = "stdweb")]
#[cfg(feature = "std_web")]
#[macro_use]
extern crate stdweb;
extern crate std_web as stdweb;
#[cfg(any(
target_os = "linux",
target_os = "dragonfly",