mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 14:50:03 -04:00
Fix toml and comment according to taplo
This commit is contained in:
@@ -13,8 +13,8 @@ workspace = true
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
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
|
||||||
] }
|
] }
|
||||||
env_logger = { workspace = true, features = ["auto-color", "humantime"] }
|
env_logger = { workspace = true, features = ["auto-color", "humantime"] }
|
||||||
logos = "0.16.1"
|
logos = "0.16.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user