generator: Upgrade to bindgen 0.61.0
(#673)
Seems to mostly result in less unused type aliases being generated, and improved/reworked testing infrastructure.
This commit is contained in:
parent
1d14729721
commit
e400f5150c
9279
ash/src/vk/native.rs
9279
ash/src/vk/native.rs
File diff suppressed because it is too large
Load diff
|
@ -5,7 +5,7 @@ authors = ["Maik Klein <maikklein@googlemail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bindgen = "0.60"
|
bindgen = "0.61"
|
||||||
heck = "0.4"
|
heck = "0.4"
|
||||||
itertools = "0.10"
|
itertools = "0.10"
|
||||||
nom = "7.1"
|
nom = "7.1"
|
||||||
|
|
Loading…
Reference in a new issue