mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 05:40:03 -04:00
Run a formatter on all toml files
This commit is contained in:
@@ -52,7 +52,7 @@ egui = { version = "0.17.0", path = "../egui", default-features = false, feature
|
||||
"single_threaded",
|
||||
"tracing",
|
||||
] }
|
||||
egui_glow = { version = "0.17.0",path = "../egui_glow", default-features = false, optional = true }
|
||||
egui_glow = { version = "0.17.0", path = "../egui_glow", optional = true, default-features = false }
|
||||
epi = { version = "0.17.0", path = "../epi" }
|
||||
|
||||
bytemuck = "1.7"
|
||||
|
||||
Reference in New Issue
Block a user