Update about vk-sys in Readme

This commit is contained in:
Ilya Lakhin 2021-06-28 16:30:30 +07:00 committed by GitHub
parent fb08f81b6d
commit 3850a923f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -119,7 +119,7 @@ This repository contains four libraries:
- `vulkano-shaders` Provides the `shader!` macro for compiling glsl shaders.
- `vulkano-win` provides a safe link between vulkano and the `winit` library which can create
a window to render to.
- `vk-sys` contains raw bindings for Vulkan. You can use it even if you don't care about vulkano.
- `vk-sys` contains raw bindings for Vulkan. We used these binding previously in Vulkano, but now they are deprecated as we have migrated to Ash. However, the subproject is still in maintenance for legacy purposes, and you can use it even if you don't care about Vulkano.
In order to run tests, run `cargo test --all` at the root of the repository. Make sure your Vulkan
driver is up to date before doing so.