Skip to content

Commit 6b33db0

Browse files
authored
Update to 0.4.0-alpha.0 (#497)
* Release 0.4.0-alpha.0 compute-shader@0.4.0-alpha.0 rustc_codegen_spirv@0.4.0-alpha.0 spirv-builder@0.4.0-alpha.0 spirv-std@0.4.0-alpha.0 spirv-std-macros@0.4.0-alpha.0 Generated by cargo-workspaces * Update Cargo.lock, remove unused one * Update lockfile * update lockfile
1 parent ceaa880 commit 6b33db0

File tree

7 files changed

+24
-45
lines changed

7 files changed

+24
-45
lines changed

Cargo.lock

Lines changed: 16 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ opt-level = 3
2020
codegen-units = 16
2121

2222
[patch.crates-io]
23-
# spirv-std = { path = "./crates/spirv-std" }
24-
glam = { git = "https://github.com/EmbarkStudios/glam-rs.git", rev ="97d3eed" }
23+
spirv-std = { path = "./crates/spirv-std" }
24+
glam = { git = "https://github.com/EmbarkStudios/glam-rs.git", rev ="af4010b" }

crates/rustc_codegen_spirv/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustc_codegen_spirv"
3-
version = "0.3.0"
3+
version = "0.4.0-alpha.0"
44
authors = ["Embark <opensource@embark-studios.com>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

crates/spirv-builder/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spirv-builder"
3-
version = "0.3.0"
3+
version = "0.4.0-alpha.0"
44
authors = ["Embark <opensource@embark-studios.com>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

crates/spirv-std-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spirv-std-macros"
3-
version = "0.3.0"
3+
version = "0.4.0-alpha.0"
44
authors = ["Embark <opensource@embark-studios.com>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

crates/spirv-std/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spirv-std"
3-
version = "0.3.0"
3+
version = "0.4.0-alpha.0"
44
authors = ["Embark <opensource@embark-studios.com>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"
@@ -9,7 +9,7 @@ description = "Standard functions and types for SPIR-V"
99

1010
[dependencies]
1111
num-traits = { version = "0.2.14", default-features = false, features = ["libm"] }
12-
spirv-std-macros = { path = "../spirv-std-macros", version = "0.3.0" }
12+
spirv-std-macros = { path = "../spirv-std-macros", version = "0.4.0-alpha.0" }
1313

1414
[features]
1515
default = []

examples/shaders/compute-shader/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "compute-shader"
3-
version = "0.3.0"
3+
version = "0.4.0-alpha.0"
44
authors = ["Embark <opensource@embark-studios.com>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)