Closed notmd closed 2 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.
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"]
I have updated the example config, hope everything is good now
Objective
Solution