Fix feature name in cfg block in iced_winit

This commit is contained in:
Héctor Ramón Jiménez 2022-05-04 14:02:54 +02:00
parent a4477723d4
commit e24f26c28f
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -581,7 +581,7 @@ pub fn run_command<Message: 'static + std::fmt::Debug + Send, E: Executor>(
},
command::Action::System(action) => match action {
system::Action::QueryInformation(_tag) => {
#[cfg(feature = "sysinfo")]
#[cfg(feature = "system")]
{
let information =
crate::system::information(_graphics_info());