Use unicode-segmentation for text_input::Value

This commit is contained in:
Héctor Ramón Jiménez 2019-12-06 04:46:53 +01:00
parent 114a759d2c
commit a56eef0fec
2 changed files with 34 additions and 18 deletions

View file

@ -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"