iced/futures/src/backend/wasm.rs
2022-01-28 21:37:17 +07:00

2 lines
76 B
Rust

//! Backends that are only available on Wasm targets.
pub mod wasm_bindgen;