diff options
author | 2019-12-06 04:46:53 +0100 | |
---|---|---|
committer | 2019-12-06 04:46:53 +0100 | |
commit | a56eef0fecff3ef39576327c042927724e21b760 (patch) | |
tree | 730ec2f44e66ed92db9b202d8c84c69110a3cb8c /native/Cargo.toml | |
parent | 114a759d2cb6740c2dce405cbc96ed7874a8842c (diff) | |
download | iced-a56eef0fecff3ef39576327c042927724e21b760.tar.gz iced-a56eef0fecff3ef39576327c042927724e21b760.tar.bz2 iced-a56eef0fecff3ef39576327c042927724e21b760.zip |
Use `unicode-segmentation` for `text_input::Value`
Diffstat (limited to 'native/Cargo.toml')
-rw-r--r-- | native/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/native/Cargo.toml b/native/Cargo.toml index 7993676e..6ece36e4 100644 --- a/native/Cargo.toml +++ b/native/Cargo.toml @@ -11,3 +11,4 @@ repository = "https://github.com/hecrj/iced" iced_core = { version = "0.1.0", path = "../core", features = ["command"] } twox-hash = "1.5" raw-window-handle = "0.3" +unicode-segmentation = "1.6" |