From 77fff855d38df61de9a4ac796c7f5dfddda56db7 Mon Sep 17 00:00:00 2001 From: Felix Rabe Date: Sat, 11 May 2019 13:29:40 +0200 Subject: [PATCH] Vulkano is now vulkano-rs/vulkano --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3080a44..9cf85bd 100644 --- a/README.md +++ b/README.md @@ -259,5 +259,5 @@ cargo run --bin texture * [Vulkan tutorial](http://jhenriques.net/development.html) * [Vulkan examples](https://github.com/SaschaWillems/Vulkan) * [Vulkan tutorial](https://vulkan-tutorial.com/) -* [Vulkano](https://github.com/tomaka/vulkano/) +* [Vulkano](https://github.com/vulkano-rs/vulkano) * [vk-rs](https://github.com/Osspial/vk-rs)