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:
@@ -11,6 +11,7 @@ fn main() {
|
||||
// To have rounded corners we need transparency:
|
||||
transparent: true,
|
||||
min_window_size: Some(egui::vec2(320.0, 100.0)),
|
||||
initial_window_size: Some(egui::vec2(320.0, 240.0)),
|
||||
..Default::default()
|
||||
};
|
||||
eframe::run_native(
|
||||
|
||||
Reference in New Issue
Block a user