mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 04:40:03 -04:00
use env_logger in all examples (#2934)
This commit is contained in:
@@ -16,5 +16,6 @@ eframe = { path = "../../crates/eframe", features = [
|
||||
"__screenshot", # __screenshot is so we can dump a screenshot using EFRAME_SCREENSHOT_TO
|
||||
"wgpu",
|
||||
] }
|
||||
env_logger = "0.10"
|
||||
itertools = "0.10.3"
|
||||
image = { version = "0.24", default-features = false, features = ["png"] }
|
||||
|
||||
Reference in New Issue
Block a user