bevy/docs-template
Seb Ospina e489dcc9e8
webgl feature renamed to webgl2 (#9370)
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>
2023-08-12 21:05:36 +00:00
..
EXAMPLE_README.md.tpl webgl feature renamed to webgl2 (#9370) 2023-08-12 21:05:36 +00:00
features.md.tpl Feature documentation (#7814) 2023-02-28 14:24:47 +00:00