mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 22:30:03 -04:00
Added __screenshot feature for eframe in viewports example
This commit is contained in:
@@ -11,5 +11,7 @@ publish = false
|
|||||||
wgpu = ["eframe/wgpu"]
|
wgpu = ["eframe/wgpu"]
|
||||||
|
|
||||||
[dependencies]
|
[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"
|
env_logger = "0.10"
|
||||||
|
|||||||
Reference in New Issue
Block a user