mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 14:20:04 -04:00
Add the syntect feature to egui_demo_app
This commit is contained in:
@@ -17,3 +17,4 @@ egui_demo_lib = { version = "0.10.0", path = "../egui_demo_lib" }
|
|||||||
default = ["persistence"]
|
default = ["persistence"]
|
||||||
http = ["eframe/http", "egui_demo_lib/http"]
|
http = ["eframe/http", "egui_demo_lib/http"]
|
||||||
persistence = ["eframe/persistence", "egui_demo_lib/persistence"]
|
persistence = ["eframe/persistence", "egui_demo_lib/persistence"]
|
||||||
|
syntect = ["egui_demo_lib/syntect"]
|
||||||
|
|||||||
Reference in New Issue
Block a user