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
781aff3935
migrate rust-gpu from EmbarkStudios -> Rust-GPU project/namespace
2025-01-15 01:47:30 +00:00
45d2de29c6
rename 'coremem_types' -> 'coremem_cross' to better reflect its purpose
2022-07-28 15:40:23 -07:00
97c2813c9d
coremem_types: hide Serialize/Deserialize behind a serde feature flag
...
- this flag is disabled in spirv_backend.
- spirv_backend currently errors in core::fmt stuff. may try hiding fmt
behind a feature_flag.
2022-07-17 23:44:14 -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