ash/generator
Marijn Suijten 8b4575086e
Replace as *... raw pointer-type changes with more explicit .cast() (#685)
`.cast()` allows changing the pointer type without hiding (accidental)
mutability changes (noting that `*mut` still coerces to `*.const`).

For mutability changes Rust 1.65 included `cast_mut()` and
`cast_const()`, but those would bump our MSRV too eagerly for now.
2022-11-22 10:52:14 -08:00
..
src Replace as *... raw pointer-type changes with more explicit .cast() (#685) 2022-11-22 10:52:14 -08:00
Vulkan-Headers@5177b119bb Update Vulkan-Headers to 1.3.228 (#655) 2022-09-19 22:01:25 +02:00
Cargo.toml generator: Upgrade to bindgen 0.61.0 (#673) 2022-10-20 10:41:23 -07:00