bevy/crates/bevy_render
François 470f94d19e support all line endings in shader preprocessor (#3603)
# Objective

- Advance uses of shaders seems to often fail for Windows users
- Bevy split lines on `'\n'` which messes with windows line endings

## Solution

- Uses Rust built in https://doc.rust-lang.org/std/primitive.str.html#method.lines
2022-02-12 20:34:01 -08:00
..
src support all line endings in shader preprocessor (#3603) 2022-02-12 20:34:01 -08:00
Cargo.toml Release 0.6.0 (#3587) 2022-01-08 10:18:22 +00:00