Fix typo.
This commit is contained in:
parent
6ce40ab774
commit
4cf0082cbb
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue