sycamore-rs / sycamore

A library for creating reactive web apps in Rust and WebAssembly
https://sycamore-rs.netlify.app
MIT License
2.79k stars 148 forks source link

Move web-sys features from sycamore to sycamore-web #644

Closed lukechu10 closed 11 months ago

lukechu10 commented 11 months ago

Moves the web-sys crate features declaration from scamore/Cargo.toml to sycamore-web/Cargo.toml which seems more appropriate. This also fixes failed doc build for sycamore-web in CI.