1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 06:10:06 -04:00

Code editor demo: nice syntax highlighting with customizable theme

This commit is contained in:
Emil Ernerfeldt
2021-10-01 21:29:33 +02:00
parent 96557a4fa6
commit f0868c2f07
5 changed files with 202 additions and 71 deletions

View File

@@ -25,6 +25,8 @@ all-features = true
[dependencies]
egui = { version = "0.14.0", path = "../egui", default-features = false }
epi = { version = "0.14.0", path = "../epi" }
enum-map = { version = "1", features = ["serde"] }
unicode_names2 = { version = "0.4.0", default-features = false }
# feature "http":