diff options
author | 2019-12-08 06:53:54 +0100 | |
---|---|---|
committer | 2019-12-08 06:53:54 +0100 | |
commit | 9b84b6e40336543380312aa1b2b1091791ec25cd (patch) | |
tree | c14ed67cfc38e1a22617716c361e4684a64e7fac /native/Cargo.toml | |
parent | 48145ba51e045f8b0b4788f3a75d20b9d9b7e6ad (diff) | |
parent | f942fc3b68ecbbe136c54922109c7e2e4732735b (diff) | |
download | iced-9b84b6e40336543380312aa1b2b1091791ec25cd.tar.gz iced-9b84b6e40336543380312aa1b2b1091791ec25cd.tar.bz2 iced-9b84b6e40336543380312aa1b2b1091791ec25cd.zip |
Merge branch 'master' into feature/event-subscriptions
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 c5f9c7ac..7007855a 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", "subscription"] } twox-hash = "1.5" raw-window-handle = "0.3" +unicode-segmentation = "1.6" |