Skip to content

Commit

Permalink
Make sure serialize feature is enabled with bevy_remote
Browse files Browse the repository at this point in the history
  • Loading branch information
coreh committed Jan 21, 2024
1 parent 87dd09c commit ed76ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ bevy_ui = [
]

# Provides remote inspection functionality
bevy_remote = ["bevy_internal/bevy_remote"]
bevy_remote = ["serialize", "bevy_internal/bevy_remote"]

# Provides remote inspection functionality over HTTP
remote_http = ["bevy_remote", "bevy_internal/remote_http"]
Expand Down

0 comments on commit ed76ad6

Please sign in to comment.