chinedufn / percy

Build frontend browser apps with Rust + WebAssembly. Supports server side rendering.
https://chinedufn.github.io/percy/
Apache License 2.0
2.25k stars 84 forks source link

Add `macro` feature to percy-dom #183

Closed chinedufn closed 1 year ago

chinedufn commented 1 year ago

This commit adds a macro feature to the percy-dom crate.

The feature can be used to enable/disable the html-macro dependency.

We currently enable this feature by default. This was not a deeply thought through decision. We're starting with it enabled to preserve backwards compatibility.