Commit Graph

5 Commits

Author SHA1 Message Date
5f289bf07b update rust-toolchain: 2022-04-11 -> 2022-08-29, and update cargo deps 2022-09-25 18:05:17 -07:00
0d98c46b37 Cargo.toml: lock the spirv_backend_builder dependencies using better syntax 2022-07-06 00:20:47 -07:00
029a278177 simplify spirv builder 2022-07-05 23:01:41 -07:00
de7da0540d fix up the builder so that this works as a nix expression 2022-07-05 23:01:27 -07:00
5b99d30cda restructure this multi-crate project to use Cargo's "workspace" feature
this solves an issue in the Nix build, where managing multiple
Cargo.lock files is otherwise tricky. it causes (or fails to fix?) an adjacent issue where
the spirv builder doesn't seem to have everything it needs vendored.
2022-07-05 17:34:21 -07:00