2
0
Fork 0
mirror of https://github.com/bevyengine/bevy synced 2024-12-21 02:23:08 +00:00
bevy/crates/bevy_remote
MevLyshkin f59ae0f5e8
BrpQueryRow has field deserialization fix ()
# 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 () 2024-12-04 18:26:33 +00:00
Cargo.toml remove reference to missing file in bevy_remote cargo.toml () 2024-10-22 20:21:19 +00:00