summaryrefslogtreecommitdiffstats
path: root/examples/editor
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2023-09-19 20:58:15 +0200
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2023-09-19 20:58:15 +0200
commitd9fbecf0d80234d63e7e5711f28fc35ee75fa503 (patch)
treec1626017c355d4d18746bd26ed2bfef625bc8599 /examples/editor
parent01667446549d10fab18f3ca0306f278b0fe22b13 (diff)
downloadiced-d9fbecf0d80234d63e7e5711f28fc35ee75fa503.tar.gz
iced-d9fbecf0d80234d63e7e5711f28fc35ee75fa503.tar.bz2
iced-d9fbecf0d80234d63e7e5711f28fc35ee75fa503.zip
Remove `syntect` dependency from `editor` example
Diffstat (limited to 'examples/editor')
-rw-r--r--examples/editor/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/editor/Cargo.toml b/examples/editor/Cargo.toml
index a77b1e9f..a3f6ea3b 100644
--- a/examples/editor/Cargo.toml
+++ b/examples/editor/Cargo.toml
@@ -12,5 +12,4 @@ iced.features = ["highlighter", "tokio", "debug"]
tokio.workspace = true
tokio.features = ["fs"]
-syntect = "5.1"
rfd = "0.12"