summaryrefslogtreecommitdiffstats
path: root/runtime/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Thomas Sieverding <Thomas@bajix.com>2024-04-07 18:36:47 -0700
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-05-01 00:28:55 +0200
commit7c084d96958f1dacf9efae1f983bb44086fb70dc (patch)
tree937397f6a7f48aac7711c2494dcf3fcc5a7c3d48 /runtime/Cargo.toml
parent8d27af24a76d9792e22b3380e11b846fd5533805 (diff)
downloadiced-7c084d96958f1dacf9efae1f983bb44086fb70dc.tar.gz
iced-7c084d96958f1dacf9efae1f983bb44086fb70dc.tar.bz2
iced-7c084d96958f1dacf9efae1f983bb44086fb70dc.zip
Utilize bytes::Bytes iced_runtime::window::Screenshot
Diffstat (limited to 'runtime/Cargo.toml')
-rw-r--r--runtime/Cargo.toml1
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"]