Add space

This commit is contained in:
grovesNL 2022-05-10 08:55:00 -02:30
parent 781bed2c42
commit b0d0dfaf3d

View file

@ -21,7 +21,7 @@ This crate provides a simple way to render 2D text with [`wgpu`](https://github.
- calculate layout for text (with [`fontdue`](https://github.com/mooman219/fontdue/)) - calculate layout for text (with [`fontdue`](https://github.com/mooman219/fontdue/))
- sampling from the texture atlas to render text (with [`wgpu`](https://github.com/gfx-rs/wgpu/)) - sampling from the texture atlas to render text (with [`wgpu`](https://github.com/gfx-rs/wgpu/))
To avoid extra render passes, rendering uses existing render passes(following the middleware pattern described in [`wgpu`'s Encapsulating Graphics Work wiki page](https://github.com/gfx-rs/wgpu/wiki/Encapsulating-Graphics-Work). To avoid extra render passes, rendering uses existing render passes (following the middleware pattern described in [`wgpu`'s Encapsulating Graphics Work wiki page](https://github.com/gfx-rs/wgpu/wiki/Encapsulating-Graphics-Work).
## License ## License