summaryrefslogtreecommitdiffstats
path: root/native/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2019-12-06 20:42:25 +0100
committerLibravatar GitHub <noreply@github.com>2019-12-06 20:42:25 +0100
commit05a2a619c1c44a44f5ea7aab1446b37141393205 (patch)
tree2bfd9f42709a876afa6545f670f92b1fc8e6cbdf /native/Cargo.toml
parente92ea48e8814b42fc566017db085ca9bdaf3c272 (diff)
parent4268556edbf7616fe65aca178b9029ed7db61b07 (diff)
downloadiced-05a2a619c1c44a44f5ea7aab1446b37141393205.tar.gz
iced-05a2a619c1c44a44f5ea7aab1446b37141393205.tar.bz2
iced-05a2a619c1c44a44f5ea7aab1446b37141393205.zip
Merge pull request #108 from hecrj/feature/text-input-behavior
Improve text input behavior
Diffstat (limited to '')
-rw-r--r--native/Cargo.toml1
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"