1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-29 12:50:04 -04:00

Add new experimental feature flag

This commit is contained in:
Lucas Meurer
2026-08-21 11:32:16 +02:00
parent 7390932ab6
commit db02d40842
9 changed files with 43 additions and 5 deletions

View File

@@ -15,5 +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
] }
env_logger = { workspace = true, features = ["auto-color", "humantime"] }