Fix typo.

This commit is contained in:
Robin KAY 2022-08-23 23:01:01 +01:00
parent 6ce40ab774
commit 4cf0082cbb
1 changed files with 5 additions and 4 deletions

View File

@ -30,10 +30,11 @@ cargo run --example shapes
## Features ## Features
- `align16` _(default)_ - Aligns uniform structs to 16-byte boundaries. - `align16` _(default)_ - Aligns uniform structs to 16-byte boundaries. This is
This is required by WebGL and some downlevel GPUs. required by WebGL and some downlevel GPUs.
- `bevy_ui` _(default)_ - Adds a render graph edge to prevent clashing with the UI. - `bevy_ui` _(default)_ - Adds a render graph edge to prevent clashing with the
This adds a dependency on the `bevy_ui` crate and can disabled if it is not used. UI. This adds a dependency on the `bevy_ui` crate and can be disabled if it is
not used.
## Licence ## Licence