Skip to content

Conversation

@Kamduis
Copy link
Contributor

@Kamduis Kamduis commented Aug 9, 2025

This Pull request adds support for CBOR (Concise Binary Object Representation) format to bevy_common_assets.

It is a self-describing binary format and therefore supports serde serialization methods using the skip_serializing_if attribute, which other binary formats do not.

@Kamduis
Copy link
Contributor Author

Kamduis commented Aug 11, 2025

The code clippy complains about is nothing I did touch. I could make it pass the check, if that is helpful.

@NiklasEi
Copy link
Owner

The code clippy complains about is nothing I did touch. I could make it pass the check, if that is helpful.

That would be nice, thanks. I guess the pipeline hasn't run with this rust version before.

@Kamduis
Copy link
Contributor Author

Kamduis commented Aug 11, 2025

Pushed the patch.

@NiklasEi NiklasEi merged commit e446092 into NiklasEi:main Sep 14, 2025
4 checks passed
@NiklasEi
Copy link
Owner

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants