7 releases (4 major breaking)
4.0.1 | Nov 16, 2022 |
---|---|
4.0.0 | Nov 15, 2022 |
3.0.0 | Jul 30, 2022 |
2.0.0 | Apr 16, 2022 |
0.1.0 | Feb 23, 2022 |
#712 in WebAssembly
83 downloads per month
4KB
58 lines
bevy-web-resizer
Automatically resize your Bevy app on the web (wasm) to the size of the browser window.
#[cfg(target_arch = "wasm32")]
{
app.add_plugin(bevy_web_resizer::Plugin);
}
Note: this functionality will be built into Bevy in the next release.
Dependencies
~0–13MB
~240K SLoC