mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 15:13:12 -04:00
Added __screenshot feature for eframe in viewports example
This commit is contained in:
@@ -11,5 +11,7 @@ publish = false
|
||||
wgpu = ["eframe/wgpu"]
|
||||
|
||||
[dependencies]
|
||||
eframe = { path = "../../crates/eframe" }
|
||||
eframe = { path = "../../crates/eframe", features = [
|
||||
"__screenshot", # __screenshot is so we can dump a screenshot using EFRAME_SCREENSHOT_TO
|
||||
] }
|
||||
env_logger = "0.10"
|
||||
|
||||
Reference in New Issue
Block a user