You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v0.9.1
* Modernized README
* Supported using pkg-config to query dylib path
* Used link-cplusplus to manage C++ dylib linking
* Added support for Vulkan 1.4
v0.9.0
* Added enum cases for mesh shader limits (@unneon)
* Supported linking with `libshaderc.so`
* Updated C++ projects to v2025.1 (@mehmetoguzderin)
* (breaking) Changed to use `Result` for `Compiler`/`CompileOptions` creation (@mehmetoguzderin)
v0.8.0
* `Compiler` is now `Send` and `Sync` (@kocsis1david)
* `Compiler` now derives `Debug` (@chubei-oppen)
* Build scripts checks Vulkan header version in `$VULKAN_SDK` (@msklywenn)
* Updated C++ projects to 2022-04-13
v0.7.3
* Updated native projects to 2021-08-18
* Supported auto map locations (@francesca64)
* Fixed iOS aarch64 simulator detection (@geertbleyen)
* Fixed Python detection for Microsoft Store version (@oxkenshin)