mirror of
https://github.com/bevyengine/bevy
synced 2024-12-18 09:03:07 +00:00
f59ae0f5e8
# Objective BrpQueryRow doesn't serialize `has` field if it is empty. That is okay until you try to deserialize it after. Then it will fail to deserialize due to missing field. ## Solution Serde support using default value when field is missing, this PR adds that. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |