docs.rs failed to build bevy_wasm_window_resize-0.4.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
bevy_wasm_window_resize-0.2.0
Bevy WASM window resize
This crate makes Bevy application canvas match window size.
Original idea and code behind: ManevilleF
Install
cargo add bevy_wasm_window_resize
Usage
Just add WindowResizePlugin
during app creation process.
use *;
use WindowResizePlugin;
Bevy compatibility table
Bevy version | crate version |
---|---|
0.14 | 0.4 |
0.13 | 0.3 |
0.12 | 0.2 |
0.10 | 0.1 |