bevy-web-resizer

Automatically resize your Bevy app on the web (wasm) to the size of the browser window.

```rust

[cfg(target_arch = "wasm32")]

{ app.addplugin(bevyweb_resizer::Plugin); } ```

Note: this functionality will be built into Bevy in the next release.