diff options
author | 2023-09-19 20:58:15 +0200 | |
---|---|---|
committer | 2023-09-19 20:58:15 +0200 | |
commit | d9fbecf0d80234d63e7e5711f28fc35ee75fa503 (patch) | |
tree | c1626017c355d4d18746bd26ed2bfef625bc8599 /examples/editor | |
parent | 01667446549d10fab18f3ca0306f278b0fe22b13 (diff) | |
download | iced-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.toml | 1 |
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" |