From ccf96ceb937ed2a6fe42574ad90ff0b627c6c317 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Wed, 15 Nov 2023 17:25:00 +0100 Subject: [PATCH] Fix android build --- crates/eframe/src/native/run.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/eframe/src/native/run.rs b/crates/eframe/src/native/run.rs index 7933a2b2e..148db00c9 100644 --- a/crates/eframe/src/native/run.rs +++ b/crates/eframe/src/native/run.rs @@ -766,6 +766,7 @@ mod glow_integration { } } + #[cfg(feature = "__screenshot")] fn save_screeshot_and_exit( path: &str, painter: &egui_glow::Painter,