Releases: Bevy-Rust-GPU/rust-gpu-builder
Releases · Bevy-Rust-GPU/rust-gpu-builder
Release v0.5.0
Release Notes
rust-gpuupdated to0.7- Added
--capabilityflag to specify SPIR-V capabilities - Migrated to
futures-lite - Added SPIR-V + metadata export functionality
- Switched to
messagepackas default output format- JSON is still available via CLI option
- Improved
spirv-buildercargo handling
Fixes
- Switched default target to
spirv-unknown-vulkan1.2- This enables proper validation for Vulkan targets
Commits
- d383a3c - Bump version number
- fd1633d - Add create-tag-release.yml
- e68c2bb - Project workspace refactor
- b1f2994 - Update to rust-gpu 0.7
- 9c67030 - Run async watchers on their own threads, document threading
- 68fa677 - Implement Messagepack output support, set as default
- b2b050a - Update Cargo.lock
- 6c98081 - Formalize Cargo.toml patch section
- 7847b46 - Implement env var hack to work around potentially suboptimal cargo behaviour
- 1e07afc - Print output on succesful compile, optionally load SPIR-V and write combined output to file
- ee20ba0 - Migrate to futures-lite
- ae00abb - Add --capability arg for specifying SPIR-V capabilities
- c8d6f40 - Switch to spirv-unknown-vulkan1.2 as default target
rust-gpu-builder v0.4.0
rust-gpu-builder v0.3.0
Initial release.