Implement sipper support through Task::sip 🎉

This commit is contained in:
Héctor Ramón Jiménez 2025-02-09 11:10:54 +01:00
parent 12653114bd
commit c8981d0096
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
4 changed files with 35 additions and 2 deletions

View file

@ -23,5 +23,6 @@ iced_core.workspace = true
iced_futures.workspace = true
iced_futures.features = ["thread-pool"]
thiserror.workspace = true
raw-window-handle.workspace = true
sipper.workspace = true
thiserror.workspace = true