11 Commits

Author SHA1 Message Date
518e0821df update deps: rust-gpu: 86d60422 -> d78c3017 and associated rust-toolchain: nightly-2022-12-18 -> nightly-2023-01-21 2025-01-15 01:47:30 +00:00
96932ddb64 update deps: rust-gpu: dcf37b75 -> 86d60422 and associated rust-toolchain: nightly-2022-09-25 -> nightly-2022-12-18 2025-01-15 01:47:30 +00:00
dab5e42d1a update deps: rust-gpu: 985007fc -> dcf37b75, associated rust-toolchain: nightly-2022-08-29 -> nightly-2022-09-25
verified working: cargo test; cargo run --release --bin sr_latch; cargo run --release --bin wavefront
2025-01-15 01:47:30 +00:00
dc201549c1 Rust-GPU: pin to 985007fc, until i can figure how to bump it 2025-01-15 01:47:30 +00:00
74f1f3b232 spirv_backend_builder: un-pin compiler internals (so far, they seem to be not required?)
`cargo test` passes, as does `cargo run --release --bin sr_latch`
2025-01-15 01:47:30 +00:00
781aff3935 migrate rust-gpu from EmbarkStudios -> Rust-GPU project/namespace 2025-01-15 01:47:30 +00:00
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