dioxus
dioxus copied to clipboard
Create CLI plugin system
trafficstars
Adds a WASI plugin to the CLI that will allow users to write plugins in Rust (instead of the Lua plugin system added in https://github.com/DioxusLabs/dioxus/pull/1672)
All CSS utility feature requests are blocked by this:
- #1192
- #2813
- #2425
API-wise we probably want a way for plugins to add assets to the manganis manifest, i.e. run tailwind/whatever in on_watched_paths_change and add the tailwind/whatever output as a CSS asset.