fix(redox): use lazy_cell feature on redox
This commit is contained in:
parent
00f0699042
commit
fdc04ddf12
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
// SPDX-License-Identifier: MPL-2.0
|
||||
|
||||
#![allow(clippy::module_name_repetitions)]
|
||||
#![cfg_attr(target_os = "redox", feature(lazy_cell))]
|
||||
|
||||
#[cfg(all(feature = "wayland", feature = "winit"))]
|
||||
compile_error!("cannot use `wayland` feature with `winit`");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue