ash/generator
Marijn Suijten 7a1686014e
Replace const fn name() with associated NAME constants (#715)
`CStr::from_bytes_with_nul_unchecked` is `const`-stable since Rust 1.59
which is already required for `ash` so it is high time to finally turn
these inlined `name()` functions into associated constants (which is a
breaking change in itself that cannot be backported).
2023-03-09 23:53:04 +01:00
..
src Replace const fn name() with associated NAME constants (#715) 2023-03-09 23:53:04 +01:00
Vulkan-Headers@00671c64ba Update Vulkan-Headers to 1.3.238 (#688) 2022-12-19 19:42:05 +01:00
Cargo.toml fix clippy::uninlined_format_args (#705) 2023-02-17 18:11:44 +01:00