Skip to content

Commit

Permalink
VCPKG: Add vulkan-sdk-components to vcpkg list.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamievlin committed May 1, 2024
1 parent fe0673e commit 356e268
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,12 @@
"fftw3": {
"description": "fftw3 support",
"dependencies": ["fftw3"]
},
},
"vulkan": {
"description": "Vulkan Support",
"dependencies": [
"vulkan",
"vulkan-sdk-components",
"glfw3"
]
},
Expand Down

0 comments on commit 356e268

Please sign in to comment.