bevyengine / bevy

A refreshingly simple data-driven game engine built in Rust
https://bevyengine.org
Apache License 2.0
36.39k stars 3.59k forks source link

Dont enable bevy_remote by default #16464

Closed notmd closed 2 days ago

notmd commented 3 days ago

Objective

Solution

github-actions[bot] commented 3 days ago

You added a new feature but didn't update the readme. Please run cargo run -p build-templated-pages -- update features to update it, and commit the file change.

mockersf commented 3 days ago

could you add bevy_remote as a required feature for the "server" example?

it should look like this:

[[example]]
name = "server"
path = "examples/remote/server.rs"
doc-scrape-examples = true
required-features = ["bevy_remote"]
notmd commented 3 days ago

I have updated the example config, hope everything is good now