stevenarella/src/render
ice_iix 77cd4ecf35 Use field init shorthand, instead of x:x, just x,
https://rust-lang-nursery.github.io/edition-guide/rust-2018/data-types/field-init-shorthand.html

find src -name '*.rs' -exec perl -pe 's/\b(\w+): \1,/$1,/g' -i {} \;
2018-11-04 13:43:30 -08:00
..
shaders Fix texture seams (Fixes #23) 2016-04-05 22:40:35 +01:00
atlas.rs Use field init shorthand, instead of x:x, just x, 2018-11-04 13:43:30 -08:00
clouds.rs Use field init shorthand, instead of x:x, just x, 2018-11-04 13:43:30 -08:00
glsl.rs Fixed another batch of clippy warnings 2016-09-15 15:15:52 +01:00
mod.rs Use field init shorthand, instead of x:x, just x, 2018-11-04 13:43:30 -08:00
model.rs Use field init shorthand, instead of x:x, just x, 2018-11-04 13:43:30 -08:00
shaders.rs Update to use crate:: for current crate, for Rust 2018 edition 2018-11-04 12:06:00 -08:00
ui.rs Use field init shorthand, instead of x:x, just x, 2018-11-04 13:43:30 -08:00