1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 14:50:03 -04:00

Remove easymark from default demo app (#7998)

I don't want to give the impression `easymark` is either official,
useful, or indeed "good"
This commit is contained in:
Emil Ernerfeldt
2026-03-23 15:37:45 +01:00
committed by GitHub
parent bccd5f87bd
commit f2a4741155
2 changed files with 10 additions and 1 deletions

View File

@@ -25,10 +25,10 @@ crate-type = ["cdylib", "rlib"]
[features]
default = ["wgpu", "persistence"]
# image_viewer adds about 0.9 MB of WASM
web_app = ["http", "persistence"]
accessibility_inspector = ["dep:accesskit", "dep:accesskit_consumer", "eframe/accesskit"]
easymark = [] # easymark is off by default, because it a pretty shitty markup language
http = ["ehttp", "image/jpeg", "poll-promise", "egui_extras/image"]
image_viewer = ["image/jpeg", "egui_extras/all_loaders", "rfd"]
persistence = ["eframe/persistence", "egui_extras/serde", "egui/persistence", "serde"]