summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector@hecrj.dev>2024-05-01 06:57:38 +0200
committerLibravatar GitHub <noreply@github.com>2024-05-01 06:57:38 +0200
commita11784f9edfd5668fa998b2a7d2a50971a4cdac5 (patch)
tree0ec25d8bcbf4bff4bf7e9ee9c9e462ef2f47af3a /Cargo.toml
parent89892f1760d4ec67f458d67ae722c3f06d524a1b (diff)
parent01b014c19fa2a3c200fb2077e31822f525f729cf (diff)
downloadiced-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.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2b6a0d03..60773da0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"