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

[demo] Make syntect an optional dependency

Adds a whopping 1.4 MB to the WASM
This commit is contained in:
Emil Ernerfeldt
2021-01-31 16:52:26 +01:00
parent 7336df53b7
commit e529bd3ea4
2 changed files with 15 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ criterion = { version = "0.3", default-features = false }
[features]
default = []
http = ["image", "syntect", "epi/http"]
http = ["image", "epi/http"]
persistence = ["epi/persistence", "serde"]
[[bench]]