mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 05:10:03 -04:00
Automatically generate screenshots for all examples (#2379)
This commit is contained in:
@@ -6,7 +6,10 @@ fn main() {
|
||||
// Log to stdout (if you run with `RUST_LOG=debug`).
|
||||
tracing_subscriber::fmt::init();
|
||||
|
||||
let options = eframe::NativeOptions::default();
|
||||
let options = eframe::NativeOptions {
|
||||
initial_window_size: Some(egui::vec2(320.0, 240.0)),
|
||||
..Default::default()
|
||||
};
|
||||
eframe::run_native(
|
||||
"My egui App",
|
||||
options,
|
||||
|
||||
Reference in New Issue
Block a user