diff --git a/src/wrapper/standalone/wrapper.rs b/src/wrapper/standalone/wrapper.rs index 3a504dfa..d0400508 100644 --- a/src/wrapper/standalone/wrapper.rs +++ b/src/wrapper/standalone/wrapper.rs @@ -63,6 +63,8 @@ pub struct Wrapper { /// that using a special `MainThreadExecutor` wrapper around `AsyncExecutor`. pub(crate) event_loop: OsEventLoop>, + /// This is used to grab the DPI scaling config. Not used on macOS. + #[allow(unused)] config: WrapperConfig, /// The bus and buffer configurations are static for the standalone target.