dioxus
dioxus copied to clipboard
Add `--raw-out` Flag To CLI
The current build output using the indicatif crate does not output usable data for dioxus-playground. (capturing stdout & stderr)
This PR adds a --raw-out flag that alternatively outputs using regular println statements. Buffering these output statements may be better, but I don't believe it affects build performance much.