Skip to content

Tags: google/shaderc-rs

Tags

v0.8.3

Toggle v0.8.3's commit message
v0.8.3

* Added `Vulkan1_3` in `EnvVersion` (@filnet)
* Fixed various issues reported by clippy (@filnet)
* Added option to prefer static linking (@acid1103)
* Fixed cross compilation issue for docs.rs (@marc0246)

v0.8.2

Toggle v0.8.2's commit message
v0.8.2

* Updated C++ projects to 2023-01-18
* Avoid building C++ projects when building for docs.rs (@chyyran)

v0.8.1

Toggle v0.8.1's commit message
v0.8.1

* Updated C++ projects to 2022-12-09

v0.8.0

Toggle v0.8.0's commit message
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.4

Toggle v0.7.4's commit message
v0.7.4

* Updated native projects to 2022-01-22
* Exposed `set_auto_combined_image_sampler` (@michidk)

v0.7.3

Toggle v0.7.3's commit message
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)

v0.7.2

Toggle v0.7.2's commit message
v0.7.2

* Updated C++ projects to 2021-03-15
* Supported auto detecting libraries on macOS (@davidbailey00)
* Supported the python3 executable when building from source (@gkelly)

v0.7.1

Toggle v0.7.1's commit message
v0.7.1

* Updated native libraries to 2021-01-25

v0.7.0

Toggle v0.7.0's commit message
v0.7.0

- Improved build script and emitted messages
- Updated C++ projects to 2020-10-26
- Added support for searching $VULKAN_SDK library path
- (breaking) Disabled building various Glslang binaries
- (breaking) Cleaned up linking to Glslang libraries
- (breaking) Default to link to dylib before static library

v0.6.3

Toggle v0.6.3's commit message
v0.6.3

* Supported set_hlsl_functionality1, set_invert_y, set_nan_clamp (@yokljo)
* Supported set_target_spirv (@filnet)
* Added initial support for iOS (simlay@)
* Supported search additional Linux system directories (@im-0)
* Addressed a bunch of clippy issues (@filnet)