VulkanMemoryAllocator 0.3.10 → 0.3.11
raw patch · 3 files changed
+8/−6 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/−4
- changelog.md +4/−0
- package.yaml +2/−2
VulkanMemoryAllocator.cabal view
@@ -3,11 +3,9 @@ -- This file has been generated from package.yaml by hpack version 0.34.2. -- -- see: https://github.com/sol/hpack------ hash: fcf45270da7fe44091b7dee466087cd52abed25e68532b85a04a30915dd1da94 name: VulkanMemoryAllocator-version: 0.3.10+version: 0.3.11 synopsis: Bindings to the VulkanMemoryAllocator library category: Graphics homepage: https://github.com/expipiplus1/vulkan#readme@@ -65,7 +63,7 @@ , bytestring , transformers , vector- , vulkan >=3.6 && <3.8+ , vulkan >=3.6 && <3.9 if flag(safe-foreign-calls) cpp-options: -DSAFE_FOREIGN_CALLS if flag(vma-ndebug)
changelog.md view
@@ -2,6 +2,10 @@ ## WIP +## [0.3.11] - 2020-11-30++- Raise upper bound on `vulkan`+ ## [0.3.10] - 2020-11-24 - Documentation fixes
package.yaml view
@@ -1,5 +1,5 @@ name: VulkanMemoryAllocator-version: "0.3.10"+version: "0.3.11" 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.8+ - vulkan >= 3.6 && < 3.9 - bytestring - transformers - vector