diff options
author | 2024-05-01 06:57:38 +0200 | |
---|---|---|
committer | 2024-05-01 06:57:38 +0200 | |
commit | a11784f9edfd5668fa998b2a7d2a50971a4cdac5 (patch) | |
tree | 0ec25d8bcbf4bff4bf7e9ee9c9e462ef2f47af3a /runtime/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-- | runtime/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 21503462..703c3ed9 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -18,6 +18,7 @@ debug = [] multi-window = [] [dependencies] +bytes.workspace = true iced_core.workspace = true iced_futures.workspace = true iced_futures.features = ["thread-pool"] |