diff options
Diffstat (limited to 'examples/editor/Cargo.toml')
-rw-r--r-- | examples/editor/Cargo.toml | 4 |
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 |