Release 0.29.0
This commit is contained in:
parent
61d1049f6f
commit
07fd87b95f
|
@ -1,3 +1,8 @@
|
||||||
|
# 0.29.0
|
||||||
|
* *Breaking*: Removed Display impl for flags. The Debug impl now reports flags by name.
|
||||||
|
* Functions now have a doc comment that links to the Vulkan spec
|
||||||
|
* Entry has a new method called `try_enumerate_instance_version` which can be used in a 1.0 context.
|
||||||
|
* The generator now uses `BTreeMap` for better diffs.
|
||||||
# 0.28.0
|
# 0.28.0
|
||||||
* Fixed a build issue on ARM.
|
* Fixed a build issue on ARM.
|
||||||
* *Breaking* Arrays are now passed by reference.
|
* *Breaking* Arrays are now passed by reference.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "ash"
|
name = "ash"
|
||||||
version = "0.28.0"
|
version = "0.29.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