VulkanMemoryAllocator 0.7 → 0.7.1
raw patch · 3 files changed
+7/−4 lines, 3 filesdep ~vulkanPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: vulkan
API changes (from Hackage documentation)
Files
- VulkanMemoryAllocator.cabal +2/−2
- changelog.md +3/−0
- package.yaml +2/−2
VulkanMemoryAllocator.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: VulkanMemoryAllocator-version: 0.7+version: 0.7.1 synopsis: Bindings to the VulkanMemoryAllocator library category: Graphics homepage: https://github.com/expipiplus1/vulkan#readme@@ -96,7 +96,7 @@ , bytestring , transformers , vector- , vulkan >=3.6 && <3.12+ , vulkan >=3.6 && <3.13 if flag(safe-foreign-calls) cpp-options: -DSAFE_FOREIGN_CALLS if flag(vma-ndebug)
changelog.md view
@@ -2,6 +2,9 @@ ## WIP +## [0.7.1] - 2021-08-12+- Raise upper bound on `vulkan`+ ## [0.7] - 2021-07-23 - Bump VMA, adds vkaCreateBufferWithAlignment and fixes aligned_alloc on OS X.
package.yaml view
@@ -1,5 +1,5 @@ name: VulkanMemoryAllocator-version: "0.7"+version: "0.7.1" synopsis: Bindings to the VulkanMemoryAllocator library category: Graphics maintainer: Joe Hermaszewski <live.long.and.prosper@monoid.al>@@ -20,7 +20,7 @@ src/lib.cpp dependencies: - base <5- - vulkan >= 3.6 && < 3.12+ - vulkan >= 3.6 && < 3.13 - bytestring - transformers - vector