mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 04:40:03 -04:00
Add taplo.toml for toml formatting (#7618)
This commit is contained in:
@@ -17,11 +17,11 @@ ignored = ["winit"] # Just enable some features of it; see below
|
||||
|
||||
[dependencies]
|
||||
eframe = { workspace = true, default-features = false, features = [
|
||||
# accesskit struggles with threading
|
||||
"default_fonts",
|
||||
"wayland",
|
||||
"x11",
|
||||
"wgpu",
|
||||
# accesskit struggles with threading
|
||||
"default_fonts",
|
||||
"wayland",
|
||||
"x11",
|
||||
"wgpu",
|
||||
] }
|
||||
env_logger = { workspace = true, features = ["auto-color", "humantime"] }
|
||||
# This is normally enabled by eframe/default, which is not being used here
|
||||
|
||||
Reference in New Issue
Block a user