ash/examples/src
Marijn Suijten 90960efded
examples: Use c_char for pointer to raw string (#521)
On platforms like Android strings use `u8` as character-type instead of
`i8` - using the appropriate `c_char` type hides this discrepancy and
allows the examples to compile for all platforms.
2021-12-21 11:42:47 -08:00
..
bin examples: Use slice::from_ref to not loose lifetime on nested slices 2021-12-19 16:17:56 -08:00
lib.rs examples: Use c_char for pointer to raw string (#521) 2021-12-21 11:42:47 -08:00