Bump version
This commit is contained in:
parent
9adbac7c8d
commit
515f52fab9
|
@ -1,3 +1,10 @@
|
||||||
|
# 0.26.0
|
||||||
|
|
||||||
|
* Fix loader on MacOS.
|
||||||
|
|
||||||
|
* Expose function pointers for easier interop with external libraries.
|
||||||
|
|
||||||
|
* Builder now uses bool instead of Bool32.
|
||||||
# 0.25.0
|
# 0.25.0
|
||||||
|
|
||||||
* Adds support for Vulkan 1.1
|
* Adds support for Vulkan 1.1
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "ash"
|
name = "ash"
|
||||||
version = "0.25.0"
|
version = "0.26.0"
|
||||||
authors = ["maik klein <maikklein@googlemail.com>"]
|
authors = ["maik klein <maikklein@googlemail.com>"]
|
||||||
description = "Vulkan bindings for Rust"
|
description = "Vulkan bindings for Rust"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
Loading…
Reference in a new issue