Crates.io | bevy-web-resizer |
lib.rs | bevy-web-resizer |
version | 5.0.0 |
source | src |
created_at | 2022-02-23 15:06:44.135322 |
updated_at | 2023-06-02 00:14:47.913605 |
description | Automatically resize your Bevy app on the web (wasm) to the size of the browser window |
homepage | |
repository | https://github.com/frewsxcv/bevy-web-resizer |
max_upload_size | |
id | 537907 |
size | 4,518 |
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.