Ruslan S. 0102d62d60
Add Function Delayed Input Processing Example (#3586)
Co-authored-by: Mattuwu <syan4@ualberta.ca>
Co-authored-by: Kirill <burnytc@gmail.com>
2025-08-22 02:23:14 +09:00

12 lines
348 B
TOML

[package]
name = "function_delayed_input"
version = "0.1.0"
authors = ["Ruslan Sibgatullin <info@pudding.pro>"]
edition = "2021"
license = "MIT OR Apache-2.0"
[dependencies]
gloo-timers = { version = "0.3.0", features = ["futures"] }
web-sys = { version = "0.3.67", features = ["Window"]}
yew = { path = "../../packages/yew", features = ["csr"] }