ash/examples/src
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
..
bin examples: Fix error description in texture example (#696) 2023-01-13 10:03:45 +01:00
lib.rs Replace const fn name() with associated NAME constants (#715) 2023-03-09 23:53:04 +01:00