diff options
| author | 2023-09-09 23:06:06 +0200 | |
|---|---|---|
| committer | 2023-09-09 23:06:06 +0200 | |
| commit | 956512338905bac0b156fdaf16fe3c3e07e97a84 (patch) | |
| tree | a18023a40efb6263add9d7e78ea98e76610fbc6d | |
| parent | bbb9c2d92819f2ff96e51773037138fef488290a (diff) | |
| download | iced-956512338905bac0b156fdaf16fe3c3e07e97a84.tar.gz iced-956512338905bac0b156fdaf16fe3c3e07e97a84.tar.bz2 iced-956512338905bac0b156fdaf16fe3c3e07e97a84.zip | |
Remove unused `unicode-segmentation` dependency from `iced_graphics`
| -rw-r--r-- | graphics/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/Cargo.toml b/graphics/Cargo.toml index 442eb007..6fc6ab00 100644 --- a/graphics/Cargo.toml +++ b/graphics/Cargo.toml @@ -25,7 +25,6 @@ thiserror = "1.0" bitflags = "1.2" cosmic-text = "0.9" rustc-hash = "1.1" -unicode-segmentation = "1.6" [dependencies.bytemuck] version = "1.4" |
