bevy-web-resizer

Crates.iobevy-web-resizer
lib.rsbevy-web-resizer
version5.0.0
sourcesrc
created_at2022-02-23 15:06:44.135322
updated_at2023-06-02 00:14:47.913605
descriptionAutomatically resize your Bevy app on the web (wasm) to the size of the browser window
homepage
repositoryhttps://github.com/frewsxcv/bevy-web-resizer
max_upload_size
id537907
size4,518
Corey Farwell (frewsxcv)

documentation

README

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.

Commit count: 18

cargo fmt