Add the syntect feature to egui_demo_app
This commit is contained in:
parent
9c8439d053
commit
fa4752f315
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue