summaryrefslogtreecommitdiffstats
path: root/graphics/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2023-09-09 23:06:06 +0200
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2023-09-09 23:06:06 +0200
commit956512338905bac0b156fdaf16fe3c3e07e97a84 (patch)
treea18023a40efb6263add9d7e78ea98e76610fbc6d /graphics/Cargo.toml
parentbbb9c2d92819f2ff96e51773037138fef488290a (diff)
downloadiced-956512338905bac0b156fdaf16fe3c3e07e97a84.tar.gz
iced-956512338905bac0b156fdaf16fe3c3e07e97a84.tar.bz2
iced-956512338905bac0b156fdaf16fe3c3e07e97a84.zip
Remove unused `unicode-segmentation` dependency from `iced_graphics`
Diffstat (limited to 'graphics/Cargo.toml')
-rw-r--r--graphics/Cargo.toml1
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"