super::super
crate
Done with the following shell command: `sed -e 's/super::super/crate/' -i $(git grep -l super::super)`. Followed by a `cargo fmt --all`.
The former `Material` type is now `UniformMaterial` and implements the `Material` trait.