Commit 0be88ab 1 parent 8179808 commit 0be88ab Copy full SHA for 0be88ab
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.5] - 2023-02-03
4
6
- Bump API version to v1.3.240
5
7
6
8
## [ 3.24.4] - 2023-01-20
Original file line number Diff line number Diff line change 1
1
name : vulkan
2
- version : " 3.24.4 "
2
+ version : " 3.24.5 "
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.1 .
3
+ -- This file has been generated from package.yaml by hpack version 0.34.5 .
4
4
--
5
5
-- see: https://github.com/sol/hpack
6
6
7
7
name : vulkan
8
- version : 3.24.4
8
+ version : 3.24.5
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
@@ -646,7 +646,6 @@ library
646
646
, bytestring
647
647
, transformers
648
648
, vector
649
- default-language : Haskell2010
650
649
if os(windows)
651
650
extra-libraries :
652
651
vulkan-1
@@ -662,6 +661,7 @@ library
662
661
cpp-options : -DGENERIC_INSTANCES
663
662
if flag(trace-calls)
664
663
cpp-options : -DTRACE_CALLS
664
+ default-language : Haskell2010
665
665
666
666
test-suite test
667
667
type : exitcode-stdio-1.0
You can’t perform that action at this time.
0 commit comments