Skip to content

Commit

Permalink
version bumps and regenerate cabal files
Browse files Browse the repository at this point in the history
  • Loading branch information
expipiplus1 committed Mar 31, 2021
1 parent 5fb22b0 commit adb27d3
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 13 deletions.
2 changes: 1 addition & 1 deletion VulkanMemoryAllocator/VulkanMemoryAllocator.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 2.2
-- see: https://github.com/sol/hpack

name: VulkanMemoryAllocator
version: 0.4
version: 0.5
synopsis: Bindings to the VulkanMemoryAllocator library
category: Graphics
homepage: https://github.com/expipiplus1/vulkan#readme
Expand Down
2 changes: 2 additions & 0 deletions VulkanMemoryAllocator/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Change Log

## WIP

## [0.5] - 2021-03-31
- Bump VMA, deprecates resizeAllocation

## [0.4] - 2021-02-18
Expand Down
2 changes: 1 addition & 1 deletion VulkanMemoryAllocator/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: VulkanMemoryAllocator
version: "0.4"
version: "0.5"
synopsis: Bindings to the VulkanMemoryAllocator library
category: Graphics
maintainer: Joe Hermaszewski <[email protected]>
Expand Down
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Change Log

## WIP

## [3.10.1] - 2021-03-31
- Bump API version to v1.2.174
- Fix https://github.com/expipiplus1/vulkan/issues/266

Expand Down
18 changes: 9 additions & 9 deletions openxr/openxr.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -51,24 +51,24 @@ library
OpenXR.Core10.DisplayTiming
OpenXR.Core10.Enums
OpenXR.Core10.Enums.ActionType
OpenXR.Core10.Enums.CompositionLayerFlags
OpenXR.Core10.Enums.CompositionLayerFlagBits
OpenXR.Core10.Enums.EnvironmentBlendMode
OpenXR.Core10.Enums.EyeVisibility
OpenXR.Core10.Enums.FormFactor
OpenXR.Core10.Enums.InputSourceLocalizedNameFlags
OpenXR.Core10.Enums.InstanceCreateFlags
OpenXR.Core10.Enums.InputSourceLocalizedNameFlagBits
OpenXR.Core10.Enums.InstanceCreateFlagBits
OpenXR.Core10.Enums.ObjectType
OpenXR.Core10.Enums.ReferenceSpaceType
OpenXR.Core10.Enums.Result
OpenXR.Core10.Enums.SessionCreateFlags
OpenXR.Core10.Enums.SessionCreateFlagBits
OpenXR.Core10.Enums.SessionState
OpenXR.Core10.Enums.SpaceLocationFlags
OpenXR.Core10.Enums.SpaceVelocityFlags
OpenXR.Core10.Enums.SpaceLocationFlagBits
OpenXR.Core10.Enums.SpaceVelocityFlagBits
OpenXR.Core10.Enums.StructureType
OpenXR.Core10.Enums.SwapchainCreateFlags
OpenXR.Core10.Enums.SwapchainUsageFlags
OpenXR.Core10.Enums.SwapchainCreateFlagBits
OpenXR.Core10.Enums.SwapchainUsageFlagBits
OpenXR.Core10.Enums.ViewConfigurationType
OpenXR.Core10.Enums.ViewStateFlags
OpenXR.Core10.Enums.ViewStateFlagBits
OpenXR.Core10.FuncPointers
OpenXR.Core10.FundamentalTypes
OpenXR.Core10.Handles
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: vulkan
version: "3.10"
version: "3.10.1"
synopsis: Bindings to the Vulkan graphics API.
category: Graphics
maintainer: Joe Hermaszewski <[email protected]>
Expand Down
5 changes: 4 additions & 1 deletion vulkan.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 2.2
-- see: https://github.com/sol/hpack

name: vulkan
version: 3.10
version: 3.10.1
synopsis: Bindings to the Vulkan graphics API.
category: Graphics
homepage: https://github.com/expipiplus1/vulkan#readme
Expand Down Expand Up @@ -346,6 +346,8 @@ library
Vulkan.Extensions.VK_EXT_validation_flags
Vulkan.Extensions.VK_EXT_vertex_attribute_divisor
Vulkan.Extensions.VK_EXT_ycbcr_image_arrays
Vulkan.Extensions.VK_FUCHSIA_external_memory
Vulkan.Extensions.VK_FUCHSIA_external_semaphore
Vulkan.Extensions.VK_FUCHSIA_imagepipe_surface
Vulkan.Extensions.VK_GGP_frame_token
Vulkan.Extensions.VK_GGP_stream_descriptor_surface
Expand Down Expand Up @@ -479,6 +481,7 @@ library
Vulkan.Extensions.VK_QCOM_render_pass_store_ops
Vulkan.Extensions.VK_QCOM_render_pass_transform
Vulkan.Extensions.VK_QCOM_rotated_copy_commands
Vulkan.Extensions.VK_QNX_screen_surface
Vulkan.Extensions.VK_VALVE_mutable_descriptor_type
Vulkan.NamedType
Vulkan.SPIRVRequirements
Expand Down

0 comments on commit adb27d3

Please sign in to comment.