summaryrefslogtreecommitdiffstats
path: root/examples/editor/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2023-09-17 19:03:58 +0200
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2023-09-17 19:04:23 +0200
commitd3011992a76e83e12f74402c2ade616cdc7f1497 (patch)
tree50547c123164ef3b28d1e59264ebe9435edd648c /examples/editor/Cargo.toml
parent76dc82e8e8b5201ec10f8d00d851c1decf998583 (diff)
downloadiced-d3011992a76e83e12f74402c2ade616cdc7f1497.tar.gz
iced-d3011992a76e83e12f74402c2ade616cdc7f1497.tar.bz2
iced-d3011992a76e83e12f74402c2ade616cdc7f1497.zip
Implement basic syntax highlighting with `syntect` in `editor` example
Diffstat (limited to 'examples/editor/Cargo.toml')
-rw-r--r--examples/editor/Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/editor/Cargo.toml b/examples/editor/Cargo.toml
index 528cf23c..930ee592 100644
--- a/examples/editor/Cargo.toml
+++ b/examples/editor/Cargo.toml
@@ -7,4 +7,6 @@ publish = false
[dependencies]
iced.workspace = true
-iced.features = ["debug"] \ No newline at end of file
+iced.features = ["advanced", "debug"]
+
+syntect = "5.1" \ No newline at end of file