Add the syntect feature to egui_demo_app

This commit is contained in:
Emil Ernerfeldt 2021-03-06 11:04:05 +01:00
parent 9c8439d053
commit fa4752f315
1 changed files with 1 additions and 0 deletions

View File

@ -17,3 +17,4 @@ egui_demo_lib = { version = "0.10.0", path = "../egui_demo_lib" }
default = ["persistence"]
http = ["eframe/http", "egui_demo_lib/http"]
persistence = ["eframe/persistence", "egui_demo_lib/persistence"]
syntect = ["egui_demo_lib/syntect"]