summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Bajix <Thomas@bajix.com>2024-03-27 12:54:01 -0700
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-05-01 00:28:55 +0200
commit8d27af24a76d9792e22b3380e11b846fd5533805 (patch)
treeb1aa5fa56a5d7050f90682e28a27f51e65dffdb9 /Cargo.toml
parent89892f1760d4ec67f458d67ae722c3f06d524a1b (diff)
downloadiced-8d27af24a76d9792e22b3380e11b846fd5533805.tar.gz
iced-8d27af24a76d9792e22b3380e11b846fd5533805.tar.bz2
iced-8d27af24a76d9792e22b3380e11b846fd5533805.zip
Utilize bytes::Bytes for images
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2b6a0d03..451ff840 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -136,6 +136,7 @@ iced_winit = { version = "0.13.0-dev", path = "winit" }
async-std = "1.0"
bitflags = "2.0"
+bytes = "1.6"
bytemuck = { version = "1.0", features = ["derive"] }
cosmic-text = "0.10"
dark-light = "1.0"