futursolo / stylist-rs

A CSS-in-Rust styling solution for WebAssembly Applications
https://crates.io/crates/stylist
MIT License
366 stars 22 forks source link

Upgrade examples to upstream yew #56

Closed WorldSEnder closed 2 years ago

WorldSEnder commented 2 years ago

In the course of changing stuff for #55 I discovered that the examples expect yew to re-export some stuff from gloo_utils, which must now be imported directly. In preparation for the release of yew, this fix.