diff options
Diffstat (limited to '')
| -rw-r--r-- | winit/src/application.rs | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/winit/src/application.rs b/winit/src/application.rs index 21a985e8..e44b3ca5 100644 --- a/winit/src/application.rs +++ b/winit/src/application.rs @@ -861,6 +861,7 @@ pub fn run_command<A, C, E>(                      .send_event(tagger(Ok(())))                      .expect("Send message to event loop");              } +            command::Action::PlatformSpecific(_) => unimplemented!(),          }      }  } | 
