summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
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.toml
parent12653114bd1cadb10b9fe185b6f2b1e4300bdcf7 (diff)
downloadiced-c8981d00963dac0dc03e6351255ba8823519162c.tar.gz
iced-c8981d00963dac0dc03e6351255ba8823519162c.tar.bz2
iced-c8981d00963dac0dc03e6351255ba8823519162c.zip
Implement `sipper` support through `Task::sip` :tada:
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 c95fbd1e..021ac4d4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -172,6 +172,7 @@ raw-window-handle = "0.6"
resvg = "0.42"
rustc-hash = "2.0"
sha2 = "0.10"
+sipper = "0.0.4"
smol = "1.0"
smol_str = "0.2"
softbuffer = "0.4"