TheBevyFlock / flag-frenzy

Check combinations of Bevy's feature flags
Apache License 2.0
3 stars 0 forks source link

Work chunking #4

Closed BD103 closed 2 months ago

BD103 commented 2 months ago

Should be able to split up work using chunks. cargo-all-features splits it up based on crate, but it should also be possible to use ncr() to get a more fine control over the split.