[vello_shaders] Fix typo in README

This commit is contained in:
Arman Uguray 2023-03-29 11:23:06 -07:00
parent d2b41d628b
commit 64020a3f77

View file

@ -1,5 +1,5 @@
The `vello_shaders` crate provides a utility library to integrate the Vello shader modules into any
renderer project. The create provides the necessary metadata to construct the individual compute
renderer project. The crate provides the necessary metadata to construct the individual compute
pipelines on any GPU API while leaving the responsibility of all API interactions (such as
resource management and command encoding) up to the client.