bevy/crates/bevy_remote/src
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
..
builtin_methods.rs BrpQueryRow has field deserialization fix (#16613) 2024-12-04 18:26:33 +00:00
http.rs Remove a dbg! statement left over from debugging (#15867) 2024-10-12 09:07:01 +00:00
lib.rs Expose BRP system scheduling and add system set (#16400) 2024-11-16 23:34:06 +00:00