Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
shaders: Fix dependency on
shader
directory. (#570)
The dependency on the `shader` directory was incorrect (wrong path), so cargo was rebuilding this library on every invocation of `cargo build`. Also moved it earlier just to separate it out from the code that did the build and writing of the generated `shaders.rs` file. Fixes #569.
- Loading branch information