From b0d0dfaf3d81decc0e2c22a62305bdf1db010713 Mon Sep 17 00:00:00 2001 From: grovesNL Date: Tue, 10 May 2022 08:55:00 -0230 Subject: [PATCH] Add space --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fbcce98..6738223 100644 --- a/README.md +++ b/README.md @@ -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/)) - 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