From c8981d00963dac0dc03e6351255ba8823519162c Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Sun, 9 Feb 2025 11:10:54 +0100 Subject: Implement `sipper` support through `Task::sip` :tada: --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') 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" -- cgit