1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00

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

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"]