rust-gpu/CHANGELOG.md
Eduard-Mihai Burtescu 6eebe6cb91 Apply suggestions from code review (CHANGELOG emojis)
Co-authored-by: Sylvester Hesp <github@oisyn.nl>
2022-11-28 07:18:06 -08:00

1.9 KiB

rust-gpu Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Changed 🛠️

  • Applied workspace inheritance to Cargo.toml files

Removed 🔥

  • Removed the fn/closure #[spirv(unroll_loops)] attribute, as it has no users, is becoming non-trivial to support, and requires redesign for better ergonomics (e.g. #[spirv(unroll)] applied to individual loops, not the whole fn/closure)

[0.4.0-alpha.17]

Changed 🛠️

  • Fixed rust-gpu crates not referring to each-other by exact version
  • Fixed spirv-std referring to an older version of spirv-std-macros

[0.4.0-alpha.16]

Added

  • Added check for env var RUSTGPU_SKIP_TOOLCHAIN_CHECK to prevent toolchain check

Changed 🛠️

  • 🚨BREAKING🚨 Migrated from register_attr to register_tool. More information.
  • Updated toolchain to nightly-2022-10-01
  • Updated glam to 0.22

Removed 🔥

  • Removed glam::BVec support (they are no longer #[repl(simd)] in glam, as Rust doesn't support SIMD vectors with bool elements)

[0.4.0-alpha.15]

Added

  • Build-time check for nightly toolchain version to provide user-friendly error messages.

Changed 🛠️

  • Updated rust toolchain to nightly-2022-08-29.