mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 04:40:03 -04:00
Fmt
This commit is contained in:
@@ -15,6 +15,6 @@ workspace = true
|
|||||||
eframe = { workspace = true, features = [
|
eframe = { workspace = true, features = [
|
||||||
"default",
|
"default",
|
||||||
"__screenshot", # __screenshot is so we can dump a screenshot using EFRAME_SCREENSHOT_TO
|
"__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"] }
|
env_logger = { workspace = true, features = ["auto-color", "humantime"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user