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:
@@ -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]]
|
||||
|
||||
Reference in New Issue
Block a user