diff options
author | 2023-09-19 20:48:50 +0200 | |
---|---|---|
committer | 2023-09-19 20:48:50 +0200 | |
commit | f806d001e6fb44b5a45029ca257261e6e0d4d4b2 (patch) | |
tree | 4a9292fde7f8db76915d3596d326eb71ff7b92a9 /examples/editor/Cargo.toml | |
parent | c0a141ab026f5686d6bd92c8807b174396cb9105 (diff) | |
download | iced-f806d001e6fb44b5a45029ca257261e6e0d4d4b2.tar.gz iced-f806d001e6fb44b5a45029ca257261e6e0d4d4b2.tar.bz2 iced-f806d001e6fb44b5a45029ca257261e6e0d4d4b2.zip |
Introduce new `iced_highlighter` subcrate
Diffstat (limited to '')
-rw-r--r-- | examples/editor/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/editor/Cargo.toml b/examples/editor/Cargo.toml index eeb34aa1..a77b1e9f 100644 --- a/examples/editor/Cargo.toml +++ b/examples/editor/Cargo.toml @@ -7,7 +7,7 @@ publish = false [dependencies] iced.workspace = true -iced.features = ["advanced", "tokio", "debug"] +iced.features = ["highlighter", "tokio", "debug"] tokio.workspace = true tokio.features = ["fs"] |