mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 06:40:06 -04:00
Run a formatter on all toml files
This commit is contained in:
@@ -18,7 +18,7 @@ crate-type = ["cdylib", "rlib"]
|
||||
default = ["persistence"]
|
||||
http = ["egui_demo_lib/http"]
|
||||
persistence = ["eframe/persistence", "egui_demo_lib/persistence"]
|
||||
screen_reader = ["eframe/screen_reader"] # experimental
|
||||
screen_reader = ["eframe/screen_reader"] # experimental
|
||||
syntax_highlighting = ["egui_demo_lib/syntax_highlighting"]
|
||||
|
||||
|
||||
@@ -28,7 +28,9 @@ eframe = { version = "0.17.0", path = "../eframe" }
|
||||
# To use the old glium backend instead:
|
||||
# eframe = { version = "0.17.0", path = "../eframe", default-features = false, features = ["default_fonts", "egui_glium"] }
|
||||
|
||||
egui_demo_lib = { version = "0.17.0", path = "../egui_demo_lib", features = ["extra_debug_asserts"] }
|
||||
egui_demo_lib = { version = "0.17.0", path = "../egui_demo_lib", features = [
|
||||
"extra_debug_asserts",
|
||||
] }
|
||||
tracing-subscriber = "0.3"
|
||||
|
||||
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
||||
|
||||
Reference in New Issue
Block a user