Improve feature names to enable web backends
This commit is contained in:
parent
e89674d337
commit
5cc84f32db
4 changed files with 14 additions and 12 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue