mirror of
https://github.com/charles-lunarg/vk-bootstrap.git
synced 2024-11-22 15:24:34 +00:00
Fixed a typo on README.md about dependencies
This commit is contained in:
parent
151c76d1cc
commit
85aac8d51c
@ -76,7 +76,7 @@ See `example/triangle.cpp` for an example that renders a triangle to the screen.
|
|||||||
|
|
||||||
## Setting up `vk-bootstrap`
|
## Setting up `vk-bootstrap`
|
||||||
|
|
||||||
This library has no external dependencies beyond C++14, it's standard library, and the Vulkan Headers.
|
This library has no external dependencies beyond C++14, its standard library, and the Vulkan Headers.
|
||||||
|
|
||||||
Note: on Unix platforms, `vk-bootstrap` will require the dynamic linker in order to compile as the library doesn't link against `vulkan-1.dll`/`libvulkan.so` directly.
|
Note: on Unix platforms, `vk-bootstrap` will require the dynamic linker in order to compile as the library doesn't link against `vulkan-1.dll`/`libvulkan.so` directly.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user