Automatically resize your Bevy app on the web (wasm) to the size of the browser window.
```rust
{ app.addsystem(bevywebresizer::webresize_system); } ```