mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-25 00:04:11 +00:00
Bumped version to 0.6.1
This commit is contained in:
parent
6bbd34baa5
commit
7771fe7187
12
Cargo.lock
generated
12
Cargo.lock
generated
@ -1999,7 +1999,7 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
||||
|
||||
[[package]]
|
||||
name = "rustc_codegen_spirv"
|
||||
version = "0.6.0"
|
||||
version = "0.6.1"
|
||||
dependencies = [
|
||||
"ar",
|
||||
"either",
|
||||
@ -2027,7 +2027,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "rustc_codegen_spirv-types"
|
||||
version = "0.6.0"
|
||||
version = "0.6.1"
|
||||
dependencies = [
|
||||
"rspirv",
|
||||
"serde",
|
||||
@ -2270,7 +2270,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "spirv-builder"
|
||||
version = "0.6.0"
|
||||
version = "0.6.1"
|
||||
dependencies = [
|
||||
"memchr",
|
||||
"notify",
|
||||
@ -2283,7 +2283,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "spirv-std"
|
||||
version = "0.6.0"
|
||||
version = "0.6.1"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
"glam",
|
||||
@ -2294,7 +2294,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "spirv-std-macros"
|
||||
version = "0.6.0"
|
||||
version = "0.6.1"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
@ -2304,7 +2304,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "spirv-std-types"
|
||||
version = "0.6.0"
|
||||
version = "0.6.1"
|
||||
|
||||
[[package]]
|
||||
name = "spirv-tools"
|
||||
|
14
Cargo.toml
14
Cargo.toml
@ -24,19 +24,19 @@ members = [
|
||||
]
|
||||
|
||||
[workspace.package]
|
||||
version = "0.6.0"
|
||||
version = "0.6.1"
|
||||
authors = ["Embark <opensource@embark-studios.com>"]
|
||||
edition = "2021"
|
||||
license = "MIT OR Apache-2.0"
|
||||
repository = "https://github.com/EmbarkStudios/rust-gpu"
|
||||
|
||||
[workspace.dependencies]
|
||||
spirv-std = { path = "./crates/spirv-std", version = "=0.6.0" }
|
||||
spirv-std-types = { path = "./crates/spirv-std/shared", version = "=0.6.0" }
|
||||
spirv-std-macros = { path = "./crates/spirv-std/macros", version = "=0.6.0" }
|
||||
spirv-builder = { path = "./crates/spirv-builder", version = "=0.6.0", default-features = false }
|
||||
rustc_codegen_spirv = { path = "./crates/rustc_codegen_spirv", version = "=0.6.0", default-features = false }
|
||||
rustc_codegen_spirv-types = { path = "./crates/rustc_codegen_spirv-types", version = "=0.6.0" }
|
||||
spirv-std = { path = "./crates/spirv-std", version = "=0.6.1" }
|
||||
spirv-std-types = { path = "./crates/spirv-std/shared", version = "=0.6.1" }
|
||||
spirv-std-macros = { path = "./crates/spirv-std/macros", version = "=0.6.1" }
|
||||
spirv-builder = { path = "./crates/spirv-builder", version = "=0.6.1", default-features = false }
|
||||
rustc_codegen_spirv = { path = "./crates/rustc_codegen_spirv", version = "=0.6.1", default-features = false }
|
||||
rustc_codegen_spirv-types = { path = "./crates/rustc_codegen_spirv-types", version = "=0.6.1" }
|
||||
|
||||
# Enable incremental by default in release mode.
|
||||
[profile.release]
|
||||
|
@ -37,7 +37,7 @@ Toolchains for previous versions of `spirv-builder`:
|
||||
|
||||
|Version|Toolchain|
|
||||
|-:|-|
|
||||
|`0.6.0`|`nightly-2023-01-21`|
|
||||
|`0.6.*`|`nightly-2023-01-21`|
|
||||
|`0.5.0`|`nightly-2022-12-18`|
|
||||
|`0.4.0`|`nightly-2022-10-29`|
|
||||
|`0.4.0-alpha.16` - `0.4.0-alpha.17`|`nightly-2022-10-01`|
|
||||
|
Loading…
Reference in New Issue
Block a user