mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-21 22:34:34 +00:00
Release 0.4.0-alpha.6 (#606)
compiletests@0.4.0-alpha.6 compiletests-deps-helper@0.4.0-alpha.6 compute-shader@0.4.0-alpha.6 example-runner-ash@0.4.0-alpha.6 example-runner-cpu@0.4.0-alpha.6 example-runner-wgpu@0.4.0-alpha.6 mouse-shader@0.4.0-alpha.6 multibuilder@0.4.0-alpha.6 rustc_codegen_spirv@0.4.0-alpha.6 shared@0.4.0-alpha.6 simplest-shader@0.4.0-alpha.6 sky-shader@0.4.0-alpha.6 spirv-builder@0.4.0-alpha.6 spirv-std@0.4.0-alpha.6 spirv-std-macros@0.4.0-alpha.6 spirv-types@0.4.0-alpha.6 Generated by cargo-workspaces
This commit is contained in:
parent
49dd238083
commit
a14e3ec110
68
Cargo.lock
generated
68
Cargo.lock
generated
@ -383,7 +383,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "compiletests"
|
||||
version = "0.4.0-alpha.5"
|
||||
version = "0.4.0-alpha.6"
|
||||
dependencies = [
|
||||
"compiletest_rs",
|
||||
"rustc_codegen_spirv",
|
||||
@ -392,7 +392,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "compiletests-deps-helper"
|
||||
version = "0.4.0-alpha.5"
|
||||
version = "0.4.0-alpha.6"
|
||||
dependencies = [
|
||||
"glam",
|
||||
"spirv-std",
|
||||
@ -400,7 +400,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "compute-shader"
|
||||
version = "0.4.0-alpha.5"
|
||||
version = "0.4.0-alpha.6"
|
||||
dependencies = [
|
||||
"spirv-std",
|
||||
]
|
||||
@ -739,7 +739,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "example-runner-ash"
|
||||
version = "0.4.0-alpha.5"
|
||||
version = "0.4.0-alpha.6"
|
||||
dependencies = [
|
||||
"ash 0.32.1",
|
||||
"ash-molten",
|
||||
@ -755,7 +755,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "example-runner-cpu"
|
||||
version = "0.4.0-alpha.5"
|
||||
version = "0.4.0-alpha.6"
|
||||
dependencies = [
|
||||
"minifb",
|
||||
"rayon",
|
||||
@ -765,7 +765,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "example-runner-wgpu"
|
||||
version = "0.4.0-alpha.5"
|
||||
version = "0.4.0-alpha.6"
|
||||
dependencies = [
|
||||
"cfg-if 1.0.0",
|
||||
"clap 3.0.0-beta.2",
|
||||
@ -791,7 +791,7 @@ checksum = "1d34cfa13a63ae058bfa601fe9e313bbdb3746427c1459185464ce0fcf62e1e8"
|
||||
dependencies = [
|
||||
"cfg-if 1.0.0",
|
||||
"libc",
|
||||
"redox_syscall 0.2.6",
|
||||
"redox_syscall 0.2.7",
|
||||
"winapi 0.3.9",
|
||||
]
|
||||
|
||||
@ -1312,9 +1312,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
||||
|
||||
[[package]]
|
||||
name = "libc"
|
||||
version = "0.2.93"
|
||||
version = "0.2.94"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9385f66bf6105b241aa65a61cb923ef20efc665cb9f9bb50ac2f0c4b7f378d41"
|
||||
checksum = "18794a8ad5b29321f790b55d93dfba91e125cb1a9edbd4f8e3150acc771c1a5e"
|
||||
|
||||
[[package]]
|
||||
name = "libloading"
|
||||
@ -1514,7 +1514,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "mouse-shader"
|
||||
version = "0.4.0-alpha.5"
|
||||
version = "0.4.0-alpha.6"
|
||||
dependencies = [
|
||||
"shared",
|
||||
"spirv-std",
|
||||
@ -1522,7 +1522,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "multibuilder"
|
||||
version = "0.4.0-alpha.5"
|
||||
version = "0.4.0-alpha.6"
|
||||
dependencies = [
|
||||
"spirv-builder",
|
||||
]
|
||||
@ -1728,7 +1728,7 @@ checksum = "0c976c5018e7f1db4359616d8b31ef8ae7d9649b11803c0b38fff67fd2999fc8"
|
||||
dependencies = [
|
||||
"libc",
|
||||
"raw-window-handle",
|
||||
"redox_syscall 0.2.6",
|
||||
"redox_syscall 0.2.7",
|
||||
"sdl2",
|
||||
"sdl2-sys",
|
||||
"wasm-bindgen",
|
||||
@ -1779,7 +1779,7 @@ dependencies = [
|
||||
"cfg-if 1.0.0",
|
||||
"instant",
|
||||
"libc",
|
||||
"redox_syscall 0.2.6",
|
||||
"redox_syscall 0.2.7",
|
||||
"smallvec",
|
||||
"winapi 0.3.9",
|
||||
]
|
||||
@ -2022,9 +2022,9 @@ checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
|
||||
|
||||
[[package]]
|
||||
name = "redox_syscall"
|
||||
version = "0.2.6"
|
||||
version = "0.2.7"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8270314b5ccceb518e7e578952f0b72b88222d02e8f77f5ecf7abbb673539041"
|
||||
checksum = "85dd92e586f7355c633911e11f77f3d12f04b1b1bd76a198bd34ae3af8341ef2"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
]
|
||||
@ -2036,14 +2036,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
|
||||
dependencies = [
|
||||
"getrandom",
|
||||
"redox_syscall 0.2.6",
|
||||
"redox_syscall 0.2.7",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "regex"
|
||||
version = "1.4.5"
|
||||
version = "1.4.6"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "957056ecddbeba1b26965114e191d2e8589ce74db242b6ea25fc4062427a5c19"
|
||||
checksum = "2a26af418b574bd56588335b3a3659a65725d4e636eb1016c2f9e3b38c7cc759"
|
||||
dependencies = [
|
||||
"aho-corasick",
|
||||
"memchr",
|
||||
@ -2078,12 +2078,12 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "rspirv"
|
||||
version = "0.7.0"
|
||||
source = "git+https://github.com/gfx-rs/rspirv?rev=719cf08#719cf08e4af0436242707479e3509add5ec3d514"
|
||||
source = "git+https://github.com/gfx-rs/rspirv.git?rev=719cf08#719cf08e4af0436242707479e3509add5ec3d514"
|
||||
dependencies = [
|
||||
"derive_more",
|
||||
"fxhash",
|
||||
"num-traits",
|
||||
"spirv_headers 1.5.0 (git+https://github.com/gfx-rs/rspirv?rev=719cf08)",
|
||||
"spirv_headers 1.5.0 (git+https://github.com/gfx-rs/rspirv.git?rev=719cf08)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -2100,7 +2100,7 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
||||
|
||||
[[package]]
|
||||
name = "rustc_codegen_spirv"
|
||||
version = "0.4.0-alpha.5"
|
||||
version = "0.4.0-alpha.6"
|
||||
dependencies = [
|
||||
"bimap",
|
||||
"hashbrown",
|
||||
@ -2195,9 +2195,9 @@ checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
||||
|
||||
[[package]]
|
||||
name = "sdl2"
|
||||
version = "0.34.4"
|
||||
version = "0.34.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "505d7a6ef5f96289a6ec50fc8b65ec75f5571f0aa94fa6ea230f6b228fa05d57"
|
||||
checksum = "deecbc3fa9460acff5a1e563e05cb5f31bba0aa0c214bb49a43db8159176d54b"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
"lazy_static",
|
||||
@ -2208,9 +2208,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "sdl2-sys"
|
||||
version = "0.34.4"
|
||||
version = "0.34.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4cb164f53dbcad111de976bbf1f3083d3fcdeda88da9cfa281c70822720ee3da"
|
||||
checksum = "41a29aa21f175b5a41a6e26da572d5e5d1ee5660d35f9f9d0913e8a802098f74"
|
||||
dependencies = [
|
||||
"cfg-if 0.1.10",
|
||||
"cmake",
|
||||
@ -2263,7 +2263,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "shared"
|
||||
version = "0.4.0-alpha.5"
|
||||
version = "0.4.0-alpha.6"
|
||||
dependencies = [
|
||||
"glam",
|
||||
"spirv-std",
|
||||
@ -2277,7 +2277,7 @@ checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
|
||||
|
||||
[[package]]
|
||||
name = "simplest-shader"
|
||||
version = "0.4.0-alpha.5"
|
||||
version = "0.4.0-alpha.6"
|
||||
dependencies = [
|
||||
"shared",
|
||||
"spirv-std",
|
||||
@ -2285,7 +2285,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "sky-shader"
|
||||
version = "0.4.0-alpha.5"
|
||||
version = "0.4.0-alpha.6"
|
||||
dependencies = [
|
||||
"shared",
|
||||
"spirv-std",
|
||||
@ -2330,7 +2330,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "spirv-builder"
|
||||
version = "0.4.0-alpha.5"
|
||||
version = "0.4.0-alpha.6"
|
||||
dependencies = [
|
||||
"lazy_static",
|
||||
"memchr",
|
||||
@ -2343,7 +2343,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "spirv-std"
|
||||
version = "0.4.0-alpha.5"
|
||||
version = "0.4.0-alpha.6"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
"num-traits",
|
||||
@ -2353,7 +2353,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "spirv-std-macros"
|
||||
version = "0.4.0-alpha.5"
|
||||
version = "0.4.0-alpha.6"
|
||||
dependencies = [
|
||||
"heck",
|
||||
"proc-macro2",
|
||||
@ -2384,7 +2384,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "spirv-types"
|
||||
version = "0.4.0-alpha.5"
|
||||
version = "0.4.0-alpha.6"
|
||||
|
||||
[[package]]
|
||||
name = "spirv_cross"
|
||||
@ -2410,7 +2410,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "spirv_headers"
|
||||
version = "1.5.0"
|
||||
source = "git+https://github.com/gfx-rs/rspirv?rev=719cf08#719cf08e4af0436242707479e3509add5ec3d514"
|
||||
source = "git+https://github.com/gfx-rs/rspirv.git?rev=719cf08#719cf08e4af0436242707479e3509add5ec3d514"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
"num-traits",
|
||||
@ -2519,7 +2519,7 @@ dependencies = [
|
||||
"cfg-if 1.0.0",
|
||||
"libc",
|
||||
"rand",
|
||||
"redox_syscall 0.2.6",
|
||||
"redox_syscall 0.2.7",
|
||||
"remove_dir_all",
|
||||
"winapi 0.3.9",
|
||||
]
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "rustc_codegen_spirv"
|
||||
version = "0.4.0-alpha.5"
|
||||
version = "0.4.0-alpha.6"
|
||||
authors = ["Embark <opensource@embark-studios.com>"]
|
||||
edition = "2018"
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "spirv-builder"
|
||||
version = "0.4.0-alpha.5"
|
||||
version = "0.4.0-alpha.6"
|
||||
authors = ["Embark <opensource@embark-studios.com>"]
|
||||
edition = "2018"
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "spirv-std"
|
||||
version = "0.4.0-alpha.5"
|
||||
version = "0.4.0-alpha.6"
|
||||
authors = ["Embark <opensource@embark-studios.com>"]
|
||||
edition = "2018"
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "spirv-std-macros"
|
||||
version = "0.4.0-alpha.5"
|
||||
version = "0.4.0-alpha.6"
|
||||
authors = ["Embark <opensource@embark-studios.com>"]
|
||||
edition = "2018"
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "spirv-types"
|
||||
description = "SPIR-V types shared between spirv-std and spirv-std-macros"
|
||||
version = "0.4.0-alpha.5"
|
||||
version = "0.4.0-alpha.6"
|
||||
authors = ["Embark <opensource@embark-studios.com>"]
|
||||
edition = "2018"
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "multibuilder"
|
||||
version = "0.4.0-alpha.5"
|
||||
version = "0.4.0-alpha.6"
|
||||
authors = ["Embark <opensource@embark-studios.com>"]
|
||||
edition = "2018"
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "example-runner-ash"
|
||||
version = "0.4.0-alpha.5"
|
||||
version = "0.4.0-alpha.6"
|
||||
authors = ["Embark <opensource@embark-studios.com>"]
|
||||
edition = "2018"
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "example-runner-cpu"
|
||||
version = "0.4.0-alpha.5"
|
||||
version = "0.4.0-alpha.6"
|
||||
authors = ["Embark <opensource@embark-studios.com>"]
|
||||
edition = "2018"
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "example-runner-wgpu"
|
||||
version = "0.4.0-alpha.5"
|
||||
version = "0.4.0-alpha.6"
|
||||
authors = ["Embark <opensource@embark-studios.com>"]
|
||||
edition = "2018"
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "compute-shader"
|
||||
version = "0.4.0-alpha.5"
|
||||
version = "0.4.0-alpha.6"
|
||||
authors = ["Embark <opensource@embark-studios.com>"]
|
||||
edition = "2018"
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "mouse-shader"
|
||||
version = "0.4.0-alpha.5"
|
||||
version = "0.4.0-alpha.6"
|
||||
authors = ["Embark <opensource@embark-studios.com>"]
|
||||
edition = "2018"
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "shared"
|
||||
version = "0.4.0-alpha.5"
|
||||
version = "0.4.0-alpha.6"
|
||||
authors = ["Embark <opensource@embark-studios.com>"]
|
||||
edition = "2018"
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "simplest-shader"
|
||||
version = "0.4.0-alpha.5"
|
||||
version = "0.4.0-alpha.6"
|
||||
authors = ["Embark <opensource@embark-studios.com>"]
|
||||
edition = "2018"
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sky-shader"
|
||||
version = "0.4.0-alpha.5"
|
||||
version = "0.4.0-alpha.6"
|
||||
authors = ["Embark <opensource@embark-studios.com>"]
|
||||
edition = "2018"
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "compiletests"
|
||||
version = "0.4.0-alpha.5"
|
||||
version = "0.4.0-alpha.6"
|
||||
authors = ["Embark <opensource@embark-studios.com>"]
|
||||
edition = "2018"
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "compiletests-deps-helper"
|
||||
version = "0.4.0-alpha.5"
|
||||
version = "0.4.0-alpha.6"
|
||||
description = "Shared dependencies of all the compiletest tests"
|
||||
authors = ["Embark <opensource@embark-studios.com>"]
|
||||
edition = "2018"
|
||||
|
Loading…
Reference in New Issue
Block a user