Skip to content

Release v0.5.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 23 Apr 03:52
· 3 commits to master since this release

Release Notes

  • rust-gpu updated to 0.7
  • Added --capability flag to specify SPIR-V capabilities
  • Migrated to futures-lite
  • Added SPIR-V + metadata export functionality
  • Switched to messagepack as default output format
    • JSON is still available via CLI option
  • Improved spirv-builder cargo 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