Closed alice-i-cecile closed 1 month ago
I recommend the one from https://github.com/TheBevyFlock/bevy_quickstart, that one was really carefully steadily optimized :) Especially recommend it because in contrast to Bevy, it is optimized for producing binaries for different platforms, which would probably be nice for an editor. Only thing it's missing in comparison with Bevy website AFAIK is typos and mdbook.
Perfect, grab that. We can add typos and mdbook on top of that.
Clippy, rustfmt, cargo test, mdbook compiles without error etc.
Either steal from the Bevy / Bevy website repo, or roll something simple with cargo-cache