Update examples link (#1931)

Change the example link from archived repo (https://github.com/vulkano-rs/vulkano-examples) to the examples folder which has been updated
This commit is contained in:
Nevin 2022-07-24 00:15:52 +02:00 committed by GitHub
parent e0654fee18
commit fbe81a9c73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,8 +75,7 @@ Thanks in advance!
To get started you are encouraged to use the following resources:
- The [vulkano-examples](https://github.com/vulkano-rs/vulkano-examples) repository - Includes
examples in the repo and also a list of projects that use vulkano.
- The [examples](https://github.com/vulkano-rs/vulkano/tree/master/examples) folder in this repository.
- [docs.rs](https://docs.rs/vulkano) - Full Vulkano API documentation
- The guide on [vulkano.rs](https://vulkano.rs/guide/introduction) - Starts with trivial compute
examples (~50 lines of code) and then works up to rendering triangles and mandelbrots.