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.addsystem(bevywebresizer::webresize_system); } ```