diff --git a/crates/eframe/src/native/run.rs b/crates/eframe/src/native/run.rs index adf1e2625..7f49cc83b 100644 --- a/crates/eframe/src/native/run.rs +++ b/crates/eframe/src/native/run.rs @@ -1892,6 +1892,8 @@ mod wgpu_integration { struct WgpuWinitRunning { integration: epi_integration::EpiIntegration, app: Box, + + /// Wrapped in an `Rc>` so it can be re-entrantly shared via a weak-pointer. shared: Rc>, }