Skip to content

Commit 5896dcb

Browse files
committed
Bump vulkan minor
1 parent 79bea09 commit 5896dcb

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

changelog.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## WIP
44

5+
## [3.26.2] - 2024-06-28
6+
7+
- New flag darwin-lib-dirs that auto-adds LunarG dylibs. Requires Cabal >=3.10.3.
8+
- Fix for GHC 9.8.2
9+
510
## [3.26.1] - 2023-10-21
611
- Bump API version to v1.3.269
712

package.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: vulkan
2-
version: "3.26.1"
2+
version: "3.26.2"
33
synopsis: Bindings to the Vulkan graphics API.
44
description: Please see [the readme](https://github.com/expipiplus1/vulkan/#readme)
55
category: Graphics

vulkan.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 2.2
55
-- see: https://github.com/sol/hpack
66

77
name: vulkan
8-
version: 3.26.1
8+
version: 3.26.2
99
synopsis: Bindings to the Vulkan graphics API.
1010
description: Please see [the readme](https://github.com/expipiplus1/vulkan/#readme)
1111
category: Graphics

0 commit comments

Comments
 (0)