0x6273
0x6273
Regardless of what the semver specs says, according to the cargo docs the minor version should be incremented when you break the public api for versions < 1.0.0 https://doc.rust-lang.org/cargo/reference/manifest.html#the-version-field
You can already set the name explicitly with `#[system(ctor = "constructor_name")]`. But this doesn't seem to be possible with `for_each` and `par_for_each` systems. In my opinion, the way Bevy does...
Bump. I need this because many of my albums are flac+cue.
I think the main reason is ease of use. Figuring out what version of `bytes` is required and adding it as a separate dependency is an extra hurdle when using...
The compression method, filter method, and interlace method are missing from `OutputInfo`.
For my use case, I only need the encoder to get the `IHDR` correct (identical to the png I'm decoding) since I'm writing everything else with `Writer::write_chunk`. I tested my...
Rebased to fix merge conflict
Rebased again to fix merge conflicts
I think there should be an in-game way of seeing what upgrades are available for a machine. It could be like weapon/armor stats, where you shift click and then click...
This should preferably be ECSed also (all logic moved from component to system)