summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2025-02-09 11:10:54 +0100
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2025-02-09 11:14:02 +0100
commitc8981d00963dac0dc03e6351255ba8823519162c (patch)
treec3a8fcc5655404875e6a320e95a8a8822ed3b5c9 /Cargo.lock
parent12653114bd1cadb10b9fe185b6f2b1e4300bdcf7 (diff)
downloadiced-c8981d00963dac0dc03e6351255ba8823519162c.tar.gz
iced-c8981d00963dac0dc03e6351255ba8823519162c.tar.bz2
iced-c8981d00963dac0dc03e6351255ba8823519162c.zip
Implement `sipper` support through `Task::sip` :tada:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock10
1 files changed, 10 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c5e9443f..2b4efc1c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2592,6 +2592,7 @@ dependencies = [
"iced_core",
"iced_futures",
"raw-window-handle 0.6.2",
+ "sipper",
"thiserror 1.0.69",
]
@@ -5228,6 +5229,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
[[package]]
+name = "sipper"
+version = "0.0.4"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "d936de9741a68cb9452b683ffcc1fce44be7a79446ac5918319a42738da2d165"
+dependencies = [
+ "futures",
+]
+
+[[package]]
name = "skrifa"
version = "0.22.3"
source = "registry+https://github.com/rust-lang/crates.io-index"