mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 00:49:00 +08:00
7a4ca3fd46
* UWP toolchain fix and update some ports supports expressions for uwp/xbox * Update baseline * More ports updated for !xbox * Update baseline * Update support expression for ms-gdkx * Update baseline * ms-gdkx port should fail on ado system * Revert change to opengl-registry since its needed for angle on UWP * Minor github actions cr * Refresh baseline
13 lines
305 B
JSON
13 lines
305 B
JSON
{
|
|
"name": "vulkan-memory-allocator-hpp",
|
|
"version": "3.0.1",
|
|
"port-version": 1,
|
|
"description": "C++ bindings for VulkanMemoryAllocator",
|
|
"homepage": "https://github.com/YaaZ/VulkanMemoryAllocator-Hpp",
|
|
"license": "CC0-1.0",
|
|
"supports": "!uwp & !xbox",
|
|
"dependencies": [
|
|
"vulkan"
|
|
]
|
|
}
|