mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 12:50:04 -04:00
Automatically generate screenshots for all examples (#2379)
This commit is contained in:
@@ -9,6 +9,7 @@ fn main() {
|
||||
|
||||
let options = eframe::NativeOptions {
|
||||
run_and_return: true,
|
||||
initial_window_size: Some(egui::vec2(320.0, 240.0)),
|
||||
..Default::default()
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user