mirror of
https://github.com/bevyengine/bevy
synced 2025-03-08 01:07:16 +00:00
# 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 |