diff --git a/egui_demo_app/Cargo.toml b/egui_demo_app/Cargo.toml index 280f5933..cfe7a758 100644 --- a/egui_demo_app/Cargo.toml +++ b/egui_demo_app/Cargo.toml @@ -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"]