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