1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-29 12:50:04 -04:00
This commit is contained in:
Lucas Meurer
2026-08-21 11:39:53 +02:00
parent cb1eaf69a0
commit eee5bdfd24

View File

@@ -15,6 +15,6 @@ workspace = true
eframe = { workspace = true, features = [
"default",
"__screenshot", # __screenshot is so we can dump a screenshot using EFRAME_SCREENSHOT_TO
"experimental", # this example is all about the experimental theming API
"experimental", # this example is all about the experimental theming API
] }
env_logger = { workspace = true, features = ["auto-color", "humantime"] }