@@ -24,19 +24,19 @@ members = [
2424]
2525
2626[workspace .package ]
27- version = " 0.4.0-alpha.17 "
27+ version = " 0.4.0"
2828authors = [
" Embark <[email protected] >" ]
2929edition = " 2018"
3030license = " MIT OR Apache-2.0"
3131repository = " https://github.com/EmbarkStudios/rust-gpu"
3232
3333[workspace .dependencies ]
34- spirv-std = { path = " ./crates/spirv-std" , version = " =0.4.0-alpha.17 " }
35- spirv-std-types = { path = " ./crates/spirv-std/shared" , version = " =0.4.0-alpha.17 " }
36- spirv-std-macros = { path = " ./crates/spirv-std/macros" , version = " =0.4.0-alpha.17 " }
37- spirv-builder = { path = " ./crates/spirv-builder" , version = " =0.4.0-alpha.17 " , default-features = false }
38- rustc_codegen_spirv = { path = " ./crates/rustc_codegen_spirv" , version = " =0.4.0-alpha.17 " , default-features = false }
39- rustc_codegen_spirv-types = { path = " ./crates/rustc_codegen_spirv-types" , version = " =0.4.0-alpha.17 " }
34+ spirv-std = { path = " ./crates/spirv-std" , version = " =0.4.0" }
35+ spirv-std-types = { path = " ./crates/spirv-std/shared" , version = " =0.4.0" }
36+ spirv-std-macros = { path = " ./crates/spirv-std/macros" , version = " =0.4.0" }
37+ spirv-builder = { path = " ./crates/spirv-builder" , version = " =0.4.0" , default-features = false }
38+ rustc_codegen_spirv = { path = " ./crates/rustc_codegen_spirv" , version = " =0.4.0" , default-features = false }
39+ rustc_codegen_spirv-types = { path = " ./crates/rustc_codegen_spirv-types" , version = " =0.4.0" }
4040
4141# Enable incremental by default in release mode.
4242[profile .release ]
0 commit comments