Implement sipper support through Task::sip 🎉
This commit is contained in:
parent
12653114bd
commit
c8981d0096
4 changed files with 35 additions and 2 deletions
10
Cargo.lock
generated
10
Cargo.lock
generated
|
|
@ -2592,6 +2592,7 @@ dependencies = [
|
|||
"iced_core",
|
||||
"iced_futures",
|
||||
"raw-window-handle 0.6.2",
|
||||
"sipper",
|
||||
"thiserror 1.0.69",
|
||||
]
|
||||
|
||||
|
|
@ -5227,6 +5228,15 @@ version = "1.0.1"
|
|||
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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue