diff options
Diffstat (limited to '')
-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" |