mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
e489dcc9e8
Addresses: ```sh $ cargo build --release --example lighting --target wasm32-unknown-unknown --features webgl error: none of the selected packages contains these features: webgl, did you mean: webgl2, webp? ``` # Objective - When following the instructions for the web examples. - Document clearly the generated file `./target/wasm_example.js`, since it didn't appear on `git grep` (missing extension) ## Solution - Follow the feature rename on the docs. --------- Signed-off-by: Seb Ospina <kraige@gmail.com> |
||
---|---|---|
.. | ||
EXAMPLE_README.md.tpl | ||
features.md.tpl |