summaryrefslogtreecommitdiffstats
path: root/core/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 /core/Cargo.toml
parent89892f1760d4ec67f458d67ae722c3f06d524a1b (diff)
downloadiced-8d27af24a76d9792e22b3380e11b846fd5533805.tar.gz
iced-8d27af24a76d9792e22b3380e11b846fd5533805.tar.bz2
iced-8d27af24a76d9792e22b3380e11b846fd5533805.zip
Utilize bytes::Bytes for images
Diffstat (limited to 'core/Cargo.toml')
-rw-r--r--core/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 7bd37021..3c557bca 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -19,6 +19,7 @@ advanced = []
[dependencies]
bitflags.workspace = true
+bytes.workspace = true
glam.workspace = true
log.workspace = true
num-traits.workspace = true