File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ use-installed-tools = [
31
31
use-compiled-tools = [" spirv-tools-sys/use-compiled-tools" ]
32
32
33
33
[dependencies ]
34
- spirv-tools-sys = { version = " 0.9 " , path = " ./spirv-tools-sys" , default-features = false }
34
+ spirv-tools-sys = { version = " 0.12 " , path = " ./spirv-tools-sys" , default-features = false }
35
35
# Used for parsing output when running binaries
36
36
memchr = { version = " 2.3" , optional = true }
37
37
tempfile = { version = " 3.1" , optional = true }
Original file line number Diff line number Diff line change @@ -8,9 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
9
9
<!-- next-header -->
10
10
## [ Unreleased] - ReleaseDate
11
+ ## [ 0.12.0] - 2025-06-15
11
12
12
13
<!-- next-url -->
13
- [ Unreleased ] : https://github.com/EmbarkStudios/spirv-tools-rs/compare/spirv-tools-sys-v0.8.0...HEAD
14
+ [ Unreleased ] : https://github.com/rust-gpu/spirv-tools-rs/compare/spirv-tools-sys-v0.12.0...HEAD
15
+ [ 0.12.0 ] : https://github.com/EmbarkStudios/spirv-tools-rs/compare/spirv-tools-sys-v0.8.0...spirv-tools-sys-v0.12.0
14
16
[ 0.8.0 ] : https://github.com/EmbarkStudios/spirv-tools-rs/compare/spirv-tools-sys-v0.7.0...spirv-tools-sys-v0.8.0
15
17
[ 0.7.0 ] : https://github.com/EmbarkStudios/spirv-tools-rs/compare/spirv-tools-sys-v0.6.0...spirv-tools-sys-v0.7.0
16
18
[ 0.6.0 ] : https://github.com/EmbarkStudios/spirv-tools-rs/compare/spirv-tools-sys-v0.5.0..spirv-tools-sys-.0.6.0
Original file line number Diff line number Diff line change 2
2
name = " spirv-tools-sys"
3
3
description = " Wrapper crate for SPIRV-Tools"
4
4
repository = " https://github.com/rust-gpu/spirv-tools-rs"
5
- version = " 0.9 .0"
5
+ version = " 0.12 .0"
6
6
authors = [" Embark <opensource@embark-studios.com>" ]
7
7
edition = " 2021"
8
8
# This is the same license for the underlying SPIRV-Tools code
You can’t perform that action at this time.
0 commit comments