Remove syntect dependency from editor example

This commit is contained in:
Héctor Ramón Jiménez 2023-09-19 20:58:15 +02:00
parent 0166744654
commit d9fbecf0d8
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -12,5 +12,4 @@ iced.features = ["highlighter", "tokio", "debug"]
tokio.workspace = true
tokio.features = ["fs"]
syntect = "5.1"
rfd = "0.12"