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:
@@ -3,7 +3,10 @@
|
||||
use eframe::egui;
|
||||
|
||||
fn main() {
|
||||
let options = eframe::NativeOptions::default();
|
||||
let options = eframe::NativeOptions {
|
||||
initial_window_size: Some(egui::vec2(320.0, 240.0)),
|
||||
..Default::default()
|
||||
};
|
||||
eframe::run_native(
|
||||
"egui example: custom font",
|
||||
options,
|
||||
|
||||
Reference in New Issue
Block a user