mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
Automatically generate screenshots for all examples (#2379)
This commit is contained in:
@@ -9,4 +9,6 @@ publish = false
|
||||
|
||||
|
||||
[dependencies]
|
||||
eframe = { path = "../../crates/eframe" }
|
||||
eframe = { path = "../../crates/eframe", features = [
|
||||
"__screenshot", # __screenshot is so we can dump a ascreenshot using EFRAME_SCREENSHOT_TO
|
||||
] }
|
||||
|
||||
Reference in New Issue
Block a user