dioxus-std
dioxus-std copied to clipboard
Fix: Debounce On WASM
One of use_debounce's dependencies used std::time::Instant which is not supported on wasm. This PR fixes that.