Skip to content

Commit

Permalink
[vulkan-memory-allocator-hpp] Add vk_mem_alloc.cppm (microsoft#44030)
Browse files Browse the repository at this point in the history
  • Loading branch information
rremilian authored Feb 27, 2025
1 parent aca2d0e commit 2899a01
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ports/vulkan-memory-allocator-hpp/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ vcpkg_from_github(
)

file(COPY "${SOURCE_PATH}/include/" DESTINATION "${CURRENT_PACKAGES_DIR}/include/${PORT}")

file(COPY "${SOURCE_PATH}/src/vk_mem_alloc.cppm" DESTINATION "${CURRENT_PACKAGES_DIR}/include/${PORT}")

file(COPY "${CMAKE_CURRENT_LIST_DIR}/unofficial-vulkan-memory-allocator-hpp-config.cmake" DESTINATION "${CURRENT_PACKAGES_DIR}/share/unofficial-${PORT}")

vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")
1 change: 1 addition & 0 deletions ports/vulkan-memory-allocator-hpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "vulkan-memory-allocator-hpp",
"version": "3.1.0",
"port-version": 1,
"description": "C++ bindings for VulkanMemoryAllocator (Development branch)",
"homepage": "https://github.com/YaaZ/VulkanMemoryAllocator-Hpp",
"license": "CC0-1.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -9726,7 +9726,7 @@
},
"vulkan-memory-allocator-hpp": {
"baseline": "3.1.0",
"port-version": 0
"port-version": 1
},
"vulkan-sdk-components": {
"baseline": "1.4.304.1",
Expand Down
5 changes: 5 additions & 0 deletions versions/v-/vulkan-memory-allocator-hpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "46c30259ccc070ffefcb8c2a95908ccfe9d4dada",
"version": "3.1.0",
"port-version": 1
},
{
"git-tree": "b9f973889aed3d994bd84da71014effa986eb9c3",
"version": "3.1.0",
Expand Down

0 comments on commit 2899a01

Please sign in to comment.