Commit 04b123c 1 parent 1bab162 commit 04b123c Copy full SHA for 04b123c
File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
3
## WIP
4
+
5
+ ## [ 3.24.3] - 2022-12-28
4
6
- Bump API version to v1.3.238
5
7
6
8
## [ 3.24.2] - 2022-12-27
Original file line number Diff line number Diff line change 1
1
name : vulkan
2
- version : " 3.24.2 "
2
+ version : " 3.24.3 "
3
3
synopsis : Bindings to the Vulkan graphics API.
4
4
description : Please see [the readme](https://github.com/expipiplus1/vulkan/#readme)
5
5
category : Graphics
Original file line number Diff line number Diff line change 1
1
cabal-version : 2.2
2
2
3
- -- This file has been generated from package.yaml by hpack version 0.35.0 .
3
+ -- This file has been generated from package.yaml by hpack version 0.34.7 .
4
4
--
5
5
-- see: https://github.com/sol/hpack
6
6
7
7
name : vulkan
8
- version : 3.24.2
8
+ version : 3.24.3
9
9
synopsis : Bindings to the Vulkan graphics API.
10
10
description : Please see [the readme](https://github.com/expipiplus1/vulkan/#readme)
11
11
category : Graphics
@@ -644,7 +644,6 @@ library
644
644
, bytestring
645
645
, transformers
646
646
, vector
647
- default-language : Haskell2010
648
647
if os(windows)
649
648
extra-libraries :
650
649
vulkan-1
@@ -660,6 +659,7 @@ library
660
659
cpp-options : -DGENERIC_INSTANCES
661
660
if flag(trace-calls)
662
661
cpp-options : -DTRACE_CALLS
662
+ default-language : Haskell2010
663
663
664
664
test-suite test
665
665
type : exitcode-stdio-1.0
You can’t perform that action at this time.
0 commit comments