[workspace] members = [ ".", "examples/simple-usage", ] [package] name = "yew-virtualized" version = "0.2.0" edition = "2021" authors = [ "Martin Molzer ", ] license = "MIT OR Apache-2.0" keywords = ["web", "webasm", "yew", "virtual", "list"] categories = ["gui", "wasm", "web-programming"] description = "A yew component that renders only the on-screen part of a scrollable list" readme = "README.md" repository = "https://github.com/WorldSEnder/yew-virtualized" [dependencies] yew = { version = "0.20" } web-sys = { version = "0.3", features = ["DomRectReadOnly"] } gloo-timers = "0.2" wasm-bindgen = "0.2" js-sys = "0.3" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "documenting"]