summaryrefslogtreecommitdiffstats
path: root/graphics/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2023-09-14 15:20:23 +0200
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2023-09-14 15:20:23 +0200
commitf7d66899f1ae087a87be5d084ec1ee9a03dd4ecc (patch)
treece448ec193bbdfe47c9ebf310aee854086add9ea /graphics/Cargo.toml
parentedd591847599a3e47601646ce075cb5b71ea751b (diff)
downloadiced-f7d66899f1ae087a87be5d084ec1ee9a03dd4ecc.tar.gz
iced-f7d66899f1ae087a87be5d084ec1ee9a03dd4ecc.tar.bz2
iced-f7d66899f1ae087a87be5d084ec1ee9a03dd4ecc.zip
Implement `Action::SelectWord` in `text::Editor`
Diffstat (limited to 'graphics/Cargo.toml')
-rw-r--r--graphics/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Cargo.toml b/graphics/Cargo.toml
index 26bd1435..3165810b 100644
--- a/graphics/Cargo.toml
+++ b/graphics/Cargo.toml
@@ -34,6 +34,7 @@ raw-window-handle.workspace = true
rustc-hash.workspace = true
thiserror.workspace = true
twox-hash.workspace = true
+unicode-segmentation.workspace = true
image.workspace = true
image.optional = true