Split iced_futures into different backend implementations
This commit is contained in:
parent
5dab5a327e
commit
167be45a7d
19 changed files with 280 additions and 318 deletions
2
futures/src/backend/wasm.rs
Normal file
2
futures/src/backend/wasm.rs
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
//! Backends that are only available on Wasm targets.
|
||||
pub mod wasm_bindgen;
|
||||
Loading…
Add table
Add a link
Reference in a new issue