bevy/crates/bevy_remote
MevLyshkin f59ae0f5e8
BrpQueryRow has field deserialization fix (#16613)
# 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.
2024-12-04 18:26:33 +00:00
..
src BrpQueryRow has field deserialization fix (#16613) 2024-12-04 18:26:33 +00:00
Cargo.toml remove reference to missing file in bevy_remote cargo.toml (#16057) 2024-10-22 20:21:19 +00:00