vulkano-rs / vulkano

Safe and rich Rust wrapper around the Vulkan API
Apache License 2.0
4.45k stars 435 forks source link

Fix typos and introduce a workflow #2537

Closed szepeviktor closed 1 month ago

szepeviktor commented 2 months ago

Found a few misspellings and prevent future ones.

Rua commented 1 month ago

There's no point in fixing vk.xml, because that's generated by the Vulkan project itself. It would be overwritten as soon as Vulkano updates to a new Vulkan version.

szepeviktor commented 1 month ago

Thank you. I didn't know that.

szepeviktor commented 1 month ago

Glad to contribute.

marc0246 commented 1 month ago

Thanks for this! The new workflow has already proved very helpful. :smile: