Skip to content

Commit

Permalink
Make bevy_remote feature enable serialize feature
Browse files Browse the repository at this point in the history
  • Loading branch information
mweatherley committed Jan 9, 2025
1 parent b20e23d commit 01174ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_internal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ meshlet_processor = ["bevy_pbr?/meshlet_processor"]
bevy_dev_tools = ["dep:bevy_dev_tools"]

# Enable support for the Bevy Remote Protocol
bevy_remote = ["dep:bevy_remote"]
bevy_remote = ["dep:bevy_remote", "serialize"]

# Provides picking functionality
bevy_picking = ["dep:bevy_picking"]
Expand Down

0 comments on commit 01174ba

Please sign in to comment.