Fix feature name in cfg block in iced_winit
This commit is contained in:
parent
a4477723d4
commit
e24f26c28f
1 changed files with 1 additions and 1 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue