diff options
author | 2024-05-01 06:57:38 +0200 | |
---|---|---|
committer | 2024-05-01 06:57:38 +0200 | |
commit | a11784f9edfd5668fa998b2a7d2a50971a4cdac5 (patch) | |
tree | 0ec25d8bcbf4bff4bf7e9ee9c9e462ef2f47af3a /Cargo.toml | |
parent | 89892f1760d4ec67f458d67ae722c3f06d524a1b (diff) | |
parent | 01b014c19fa2a3c200fb2077e31822f525f729cf (diff) | |
download | iced-a11784f9edfd5668fa998b2a7d2a50971a4cdac5.tar.gz iced-a11784f9edfd5668fa998b2a7d2a50971a4cdac5.tar.bz2 iced-a11784f9edfd5668fa998b2a7d2a50971a4cdac5.zip |
Merge pull request #2356 from Bajix/feature/bytes
Utilize bytes::Bytes for images
Diffstat (limited to '')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -137,6 +137,7 @@ iced_winit = { version = "0.13.0-dev", path = "winit" } async-std = "1.0" bitflags = "2.0" bytemuck = { version = "1.0", features = ["derive"] } +bytes = "1.6" cosmic-text = "0.10" dark-light = "1.0" futures = "0.3" |