v0.3.9
What's Changed
- Added README.md and documentation to singlestage_macro crate by @MikeWallaceDev in #21
- Remove unused deps from
singlestage_macrowhich should bring compile times down a bit - Make
singlestage_macroan optional and feature flagged dependency. It's now only included with themacrofeature. Theiconfeature now depends onmacro - Fully put
theme_providerand associated build code behind a feature flag. This skips the entirety of style bundling/tailwind stuff whentheme_provideris not used.
Full Changelog: v0.3.8...v0.3.9