chore: Release

This commit is contained in:
chyyran 2024-02-14 03:08:40 -05:00
parent 3afcd6223c
commit a2987555a2
15 changed files with 106 additions and 106 deletions

68
Cargo.lock generated
View file

@ -1503,14 +1503,14 @@ dependencies = [
[[package]]
name = "librashader"
version = "0.2.0-beta.11"
version = "0.2.0-rc.1"
dependencies = [
"ash",
"icrate 0.1.0",
"librashader-cache",
"librashader-common 0.2.0-beta.11",
"librashader-common 0.2.0-rc.1",
"librashader-preprocess",
"librashader-presets 0.2.0-beta.11",
"librashader-presets 0.2.0-rc.1",
"librashader-reflect",
"librashader-runtime",
"librashader-runtime-d3d11",
@ -1535,7 +1535,7 @@ dependencies = [
[[package]]
name = "librashader-cache"
version = "0.2.0-beta.11"
version = "0.2.0-rc.1"
dependencies = [
"bincode",
"blake3",
@ -1551,7 +1551,7 @@ dependencies = [
[[package]]
name = "librashader-capi"
version = "0.2.0-beta.11"
version = "0.2.0-rc.1"
dependencies = [
"ash",
"gl",
@ -1576,7 +1576,7 @@ dependencies = [
[[package]]
name = "librashader-common"
version = "0.2.0-beta.11"
version = "0.2.0-rc.1"
dependencies = [
"ash",
"gl",
@ -1588,11 +1588,11 @@ dependencies = [
[[package]]
name = "librashader-preprocess"
version = "0.2.0-beta.11"
version = "0.2.0-rc.1"
dependencies = [
"encoding_rs",
"glob",
"librashader-common 0.2.0-beta.11",
"librashader-common 0.2.0-rc.1",
"librashader-presets 0.1.4",
"nom",
"rayon",
@ -1615,10 +1615,10 @@ dependencies = [
[[package]]
name = "librashader-presets"
version = "0.2.0-beta.11"
version = "0.2.0-rc.1"
dependencies = [
"glob",
"librashader-common 0.2.0-beta.11",
"librashader-common 0.2.0-rc.1",
"nom",
"nom_locate",
"num-traits",
@ -1632,15 +1632,15 @@ dependencies = [
[[package]]
name = "librashader-reflect"
version = "0.2.0-beta.11"
version = "0.2.0-rc.1"
dependencies = [
"bitflags 2.4.2",
"bytemuck",
"glslang",
"indexmap 2.2.3",
"librashader-common 0.2.0-beta.11",
"librashader-common 0.2.0-rc.1",
"librashader-preprocess",
"librashader-presets 0.2.0-beta.11",
"librashader-presets 0.2.0-rc.1",
"librashader-spirv-cross",
"matches",
"naga",
@ -1654,13 +1654,13 @@ dependencies = [
[[package]]
name = "librashader-runtime"
version = "0.2.0-beta.11"
version = "0.2.0-rc.1"
dependencies = [
"bytemuck",
"image",
"librashader-common 0.2.0-beta.11",
"librashader-common 0.2.0-rc.1",
"librashader-preprocess",
"librashader-presets 0.2.0-beta.11",
"librashader-presets 0.2.0-rc.1",
"librashader-reflect",
"num-traits",
"rustc-hash",
@ -1668,15 +1668,15 @@ dependencies = [
[[package]]
name = "librashader-runtime-d3d11"
version = "0.2.0-beta.11"
version = "0.2.0-rc.1"
dependencies = [
"array-concat",
"bytemuck",
"gfx-maths",
"librashader-cache",
"librashader-common 0.2.0-beta.11",
"librashader-common 0.2.0-rc.1",
"librashader-preprocess",
"librashader-presets 0.2.0-beta.11",
"librashader-presets 0.2.0-rc.1",
"librashader-reflect",
"librashader-runtime",
"rayon",
@ -1687,7 +1687,7 @@ dependencies = [
[[package]]
name = "librashader-runtime-d3d12"
version = "0.2.0-beta.11"
version = "0.2.0-rc.1"
dependencies = [
"array-concat",
"array-init",
@ -1695,9 +1695,9 @@ dependencies = [
"bytemuck",
"gfx-maths",
"librashader-cache",
"librashader-common 0.2.0-beta.11",
"librashader-common 0.2.0-rc.1",
"librashader-preprocess",
"librashader-presets 0.2.0-beta.11",
"librashader-presets 0.2.0-rc.1",
"librashader-reflect",
"librashader-runtime",
"parking_lot",
@ -1710,16 +1710,16 @@ dependencies = [
[[package]]
name = "librashader-runtime-gl"
version = "0.2.0-beta.11"
version = "0.2.0-rc.1"
dependencies = [
"bytemuck",
"concat-arrays",
"gl",
"glfw 0.47.0",
"librashader-cache",
"librashader-common 0.2.0-beta.11",
"librashader-common 0.2.0-rc.1",
"librashader-preprocess",
"librashader-presets 0.2.0-beta.11",
"librashader-presets 0.2.0-rc.1",
"librashader-reflect",
"librashader-runtime",
"librashader-spirv-cross",
@ -1731,14 +1731,14 @@ dependencies = [
[[package]]
name = "librashader-runtime-mtl"
version = "0.2.0-beta.11"
version = "0.2.0-rc.1"
dependencies = [
"array-concat",
"bytemuck",
"icrate 0.1.0",
"librashader-common 0.2.0-beta.11",
"librashader-common 0.2.0-rc.1",
"librashader-preprocess",
"librashader-presets 0.2.0-beta.11",
"librashader-presets 0.2.0-rc.1",
"librashader-reflect",
"librashader-runtime",
"objc2 0.5.0",
@ -1749,7 +1749,7 @@ dependencies = [
[[package]]
name = "librashader-runtime-vk"
version = "0.2.0-beta.11"
version = "0.2.0-rc.1"
dependencies = [
"array-concat",
"ash",
@ -1758,9 +1758,9 @@ dependencies = [
"glfw 0.49.1",
"gpu-allocator 0.22.0",
"librashader-cache",
"librashader-common 0.2.0-beta.11",
"librashader-common 0.2.0-rc.1",
"librashader-preprocess",
"librashader-presets 0.2.0-beta.11",
"librashader-presets 0.2.0-rc.1",
"librashader-reflect",
"librashader-runtime",
"num",
@ -1774,16 +1774,16 @@ dependencies = [
[[package]]
name = "librashader-runtime-wgpu"
version = "0.2.0-beta.11"
version = "0.2.0-rc.1"
dependencies = [
"array-concat",
"bytemuck",
"config",
"env_logger",
"image",
"librashader-common 0.2.0-beta.11",
"librashader-common 0.2.0-rc.1",
"librashader-preprocess",
"librashader-presets 0.2.0-beta.11",
"librashader-presets 0.2.0-rc.1",
"librashader-reflect",
"librashader-runtime",
"log",

View file

@ -2,7 +2,7 @@
name = "librashader-cache"
edition = "2021"
license = "MPL-2.0 OR GPL-3.0-only"
version = "0.2.0-beta.11"
version = "0.2.0-rc.1"
authors = ["Ronny Chan <ronny@ronnychan.ca>"]
repository = "https://github.com/SnowflakePowered/librashader"
readme = "../README.md"
@ -12,8 +12,8 @@ description = "RetroArch shaders for all."
[dependencies]
serde = { version = "1.0" }
librashader-reflect = { path = "../librashader-reflect", version = "0.2.0-beta.11", features = ["serialize"] }
librashader-preprocess = { path = "../librashader-preprocess", version = "0.2.0-beta.11" }
librashader-reflect = { path = "../librashader-reflect", version = "0.2.0-rc.1", features = ["serialize"] }
librashader-preprocess = { path = "../librashader-preprocess", version = "0.2.0-rc.1" }
platform-dirs = "0.3.0"
blake3 = { version = "1.3.3" }
thiserror = "1.0.38"

View file

@ -3,7 +3,7 @@ name = "librashader-capi"
edition = "2021"
license = "MPL-2.0 OR GPL-3.0-only"
version = "0.2.0-beta.11"
version = "0.2.0-rc.1"
authors = ["Ronny Chan <ronny@ronnychan.ca>"]
repository = "https://github.com/SnowflakePowered/librashader"
readme = "../README.md"
@ -39,7 +39,7 @@ spirv_cross = { package = "librashader-spirv-cross", version = "0.25.1" }
[dependencies.librashader]
path = "../librashader"
version = "0.2.0-beta.11"
version = "0.2.0-rc.1"
default-features = false
features = ["presets", "preprocess"]

View file

@ -3,7 +3,7 @@ name = "librashader-common"
edition = "2021"
license = "MPL-2.0 OR GPL-3.0-only"
version = "0.2.0-beta.11"
version = "0.2.0-rc.1"
authors = ["Ronny Chan <ronny@ronnychan.ca>"]
repository = "https://github.com/SnowflakePowered/librashader"
readme = "../README.md"

View file

@ -3,7 +3,7 @@ name = "librashader-preprocess"
edition = "2021"
license = "MPL-2.0 OR GPL-3.0-only"
version = "0.2.0-beta.11"
version = "0.2.0-rc.1"
authors = ["Ronny Chan <ronny@ronnychan.ca>"]
repository = "https://github.com/SnowflakePowered/librashader"
readme = "../README.md"
@ -14,7 +14,7 @@ description = "RetroArch shaders for all."
[dependencies]
thiserror = "1.0.37"
nom = "7.1.1"
librashader-common = { path = "../librashader-common", version = "0.2.0-beta.11" }
librashader-common = { path = "../librashader-common", version = "0.2.0-rc.1" }
rustc-hash = "1.1.0"
encoding_rs = "0.8.31"

View file

@ -3,7 +3,7 @@ name = "librashader-presets"
edition = "2021"
license = "MPL-2.0 OR GPL-3.0-only"
version = "0.2.0-beta.11"
version = "0.2.0-rc.1"
authors = ["Ronny Chan <ronny@ronnychan.ca>"]
repository = "https://github.com/SnowflakePowered/librashader"
readme = "../README.md"
@ -15,7 +15,7 @@ description = "RetroArch shaders for all."
thiserror = "1.0.37"
nom = "7.1.1"
nom_locate = "4.0.0"
librashader-common = { path = "../librashader-common", version = "0.2.0-beta.11" }
librashader-common = { path = "../librashader-common", version = "0.2.0-rc.1" }
num-traits = "0.2"
once_cell = "1"
# we don't need unicode

View file

@ -3,7 +3,7 @@ name = "librashader-reflect"
edition = "2021"
license = "MPL-2.0 OR GPL-3.0-only"
version = "0.2.0-beta.11"
version = "0.2.0-rc.1"
authors = ["Ronny Chan <ronny@ronnychan.ca>"]
repository = "https://github.com/SnowflakePowered/librashader"
readme = "../README.md"
@ -19,9 +19,9 @@ thiserror = "1.0.37"
bitflags = "2.4.2"
rustc-hash = "1.1.0"
librashader-common = { path = "../librashader-common", version = "0.2.0-beta.11" }
librashader-preprocess = { path = "../librashader-preprocess", version = "0.2.0-beta.11" }
librashader-presets = { path = "../librashader-presets", version = "0.2.0-beta.11" }
librashader-common = { path = "../librashader-common", version = "0.2.0-rc.1" }
librashader-preprocess = { path = "../librashader-preprocess", version = "0.2.0-rc.1" }
librashader-presets = { path = "../librashader-presets", version = "0.2.0-rc.1" }
spirv_cross = { package = "librashader-spirv-cross", version = "0.25.1", optional = true }

View file

@ -3,7 +3,7 @@ name = "librashader-runtime-d3d11"
edition = "2021"
license = "MPL-2.0 OR GPL-3.0-only"
version = "0.2.0-beta.11"
version = "0.2.0-rc.1"
authors = ["Ronny Chan <ronny@ronnychan.ca>"]
repository = "https://github.com/SnowflakePowered/librashader"
readme = "../README.md"
@ -12,12 +12,12 @@ keywords = ["shader", "retroarch", "SPIR-V"]
description = "RetroArch shaders for all."
[dependencies]
librashader-common = { path = "../librashader-common", features = ["d3d11"], version = "0.2.0-beta.11" }
librashader-presets = { path = "../librashader-presets", version = "0.2.0-beta.11" }
librashader-preprocess = { path = "../librashader-preprocess", version = "0.2.0-beta.11" }
librashader-reflect = { path = "../librashader-reflect", version = "0.2.0-beta.11" }
librashader-runtime = { path = "../librashader-runtime", version = "0.2.0-beta.11" }
librashader-cache = { path = "../librashader-cache", version = "0.2.0-beta.11", features = ["d3d"] }
librashader-common = { path = "../librashader-common", features = ["d3d11"], version = "0.2.0-rc.1" }
librashader-presets = { path = "../librashader-presets", version = "0.2.0-rc.1" }
librashader-preprocess = { path = "../librashader-preprocess", version = "0.2.0-rc.1" }
librashader-reflect = { path = "../librashader-reflect", version = "0.2.0-rc.1" }
librashader-runtime = { path = "../librashader-runtime", version = "0.2.0-rc.1" }
librashader-cache = { path = "../librashader-cache", version = "0.2.0-rc.1", features = ["d3d"] }
thiserror = "1.0.37"
rustc-hash = "1.1.0"

View file

@ -3,7 +3,7 @@ name = "librashader-runtime-d3d12"
edition = "2021"
license = "MPL-2.0 OR GPL-3.0-only"
version = "0.2.0-beta.11"
version = "0.2.0-rc.1"
authors = ["Ronny Chan <ronny@ronnychan.ca>"]
repository = "https://github.com/SnowflakePowered/librashader"
readme = "../README.md"
@ -12,12 +12,12 @@ keywords = ["shader", "retroarch", "SPIR-V"]
description = "RetroArch shaders for all."
[dependencies]
librashader-common = { path = "../librashader-common", features = ["d3d12"], version = "0.2.0-beta.11" }
librashader-presets = { path = "../librashader-presets", version = "0.2.0-beta.11" }
librashader-preprocess = { path = "../librashader-preprocess", version = "0.2.0-beta.11" }
librashader-reflect = { path = "../librashader-reflect", version = "0.2.0-beta.11", features = ["dxil"] }
librashader-runtime = { path = "../librashader-runtime", version = "0.2.0-beta.11" }
librashader-cache = { path = "../librashader-cache", version = "0.2.0-beta.11", features = ["d3d"] }
librashader-common = { path = "../librashader-common", features = ["d3d12"], version = "0.2.0-rc.1" }
librashader-presets = { path = "../librashader-presets", version = "0.2.0-rc.1" }
librashader-preprocess = { path = "../librashader-preprocess", version = "0.2.0-rc.1" }
librashader-reflect = { path = "../librashader-reflect", version = "0.2.0-rc.1", features = ["dxil"] }
librashader-runtime = { path = "../librashader-runtime", version = "0.2.0-rc.1" }
librashader-cache = { path = "../librashader-cache", version = "0.2.0-rc.1", features = ["d3d"] }
thiserror = "1.0.37"
parking_lot = "0.12.1"

View file

@ -3,7 +3,7 @@ name = "librashader-runtime-gl"
edition = "2021"
license = "MPL-2.0 OR GPL-3.0-only"
version = "0.2.0-beta.11"
version = "0.2.0-rc.1"
authors = ["Ronny Chan <ronny@ronnychan.ca>"]
repository = "https://github.com/SnowflakePowered/librashader"
readme = "../README.md"
@ -12,12 +12,12 @@ keywords = ["shader", "retroarch", "SPIR-V"]
description = "RetroArch shaders for all."
[dependencies]
librashader-common = { path = "../librashader-common", features = ["opengl"], version = "0.2.0-beta.11" }
librashader-presets = { path = "../librashader-presets", version = "0.2.0-beta.11" }
librashader-preprocess = { path = "../librashader-preprocess", version = "0.2.0-beta.11" }
librashader-reflect = { path = "../librashader-reflect", version = "0.2.0-beta.11" }
librashader-runtime = { path = "../librashader-runtime" , version = "0.2.0-beta.11" }
librashader-cache = { path = "../librashader-cache", version = "0.2.0-beta.11" }
librashader-common = { path = "../librashader-common", features = ["opengl"], version = "0.2.0-rc.1" }
librashader-presets = { path = "../librashader-presets", version = "0.2.0-rc.1" }
librashader-preprocess = { path = "../librashader-preprocess", version = "0.2.0-rc.1" }
librashader-reflect = { path = "../librashader-reflect", version = "0.2.0-rc.1" }
librashader-runtime = { path = "../librashader-runtime" , version = "0.2.0-rc.1" }
librashader-cache = { path = "../librashader-cache", version = "0.2.0-rc.1" }
spirv_cross = { package = "librashader-spirv-cross", version = "0.25.1" }
rustc-hash = "1.1.0"

View file

@ -3,7 +3,7 @@ name = "librashader-runtime-mtl"
edition = "2021"
license = "MPL-2.0 OR GPL-3.0-only"
version = "0.2.0-beta.11"
version = "0.2.0-rc.1"
authors = ["Ronny Chan <ronny@ronnychan.ca>"]
repository = "https://github.com/SnowflakePowered/librashader"
readme = "../README.md"
@ -14,11 +14,11 @@ description = "RetroArch shaders for all."
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
librashader-common = { path = "../librashader-common", features = ["metal"], version = "0.2.0-beta.11" }
librashader-presets = { path = "../librashader-presets", version = "0.2.0-beta.11" }
librashader-preprocess = { path = "../librashader-preprocess", version = "0.2.0-beta.11" }
librashader-reflect = { path = "../librashader-reflect", version = "0.2.0-beta.11" }
librashader-runtime = { path = "../librashader-runtime" , version = "0.2.0-beta.11" }
librashader-common = { path = "../librashader-common", features = ["metal"], version = "0.2.0-rc.1" }
librashader-presets = { path = "../librashader-presets", version = "0.2.0-rc.1" }
librashader-preprocess = { path = "../librashader-preprocess", version = "0.2.0-rc.1" }
librashader-reflect = { path = "../librashader-reflect", version = "0.2.0-rc.1" }
librashader-runtime = { path = "../librashader-runtime" , version = "0.2.0-rc.1" }
rustc-hash = "1.1.0"

View file

@ -3,7 +3,7 @@ name = "librashader-runtime-vk"
edition = "2021"
license = "MPL-2.0 OR GPL-3.0-only"
version = "0.2.0-beta.11"
version = "0.2.0-rc.1"
authors = ["Ronny Chan <ronny@ronnychan.ca>"]
repository = "https://github.com/SnowflakePowered/librashader"
readme = "../README.md"
@ -14,12 +14,12 @@ description = "RetroArch shaders for all."
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
librashader-common = { path = "../librashader-common", features = ["vulkan"], version = "0.2.0-beta.11" }
librashader-presets = { path = "../librashader-presets", version = "0.2.0-beta.11" }
librashader-preprocess = { path = "../librashader-preprocess", version = "0.2.0-beta.11" }
librashader-reflect = { path = "../librashader-reflect", version = "0.2.0-beta.11" }
librashader-runtime = { path = "../librashader-runtime" , version = "0.2.0-beta.11" }
librashader-cache = { path = "../librashader-cache", version = "0.2.0-beta.11" }
librashader-common = { path = "../librashader-common", features = ["vulkan"], version = "0.2.0-rc.1" }
librashader-presets = { path = "../librashader-presets", version = "0.2.0-rc.1" }
librashader-preprocess = { path = "../librashader-preprocess", version = "0.2.0-rc.1" }
librashader-reflect = { path = "../librashader-reflect", version = "0.2.0-rc.1" }
librashader-runtime = { path = "../librashader-runtime" , version = "0.2.0-rc.1" }
librashader-cache = { path = "../librashader-cache", version = "0.2.0-rc.1" }
rustc-hash = "1.1.0"
bytemuck = { version = "1.12.3", features = ["derive"] }

View file

@ -2,7 +2,7 @@
name = "librashader-runtime-wgpu"
edition = "2021"
version = "0.2.0-beta.11"
version = "0.2.0-rc.1"
license = "MPL-2.0 OR GPL-3.0-only"
authors = ["Ronny Chan <ronny@ronnychan.ca>"]
repository = "https://github.com/SnowflakePowered/librashader"
@ -14,11 +14,11 @@ description = "RetroArch shaders for all."
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
librashader-common = { path = "../librashader-common", features = ["wgpu"], version = "0.2.0-beta.11" }
librashader-presets = { path = "../librashader-presets", version = "0.2.0-beta.11" }
librashader-preprocess = { path = "../librashader-preprocess", version = "0.2.0-beta.11" }
librashader-reflect = { path = "../librashader-reflect", version = "0.2.0-beta.11", features = ["wgsl"], default-features = false }
librashader-runtime = { path = "../librashader-runtime" , version = "0.2.0-beta.11" }
librashader-common = { path = "../librashader-common", features = ["wgpu"], version = "0.2.0-rc.1" }
librashader-presets = { path = "../librashader-presets", version = "0.2.0-rc.1" }
librashader-preprocess = { path = "../librashader-preprocess", version = "0.2.0-rc.1" }
librashader-reflect = { path = "../librashader-reflect", version = "0.2.0-rc.1", features = ["wgsl"], default-features = false }
librashader-runtime = { path = "../librashader-runtime" , version = "0.2.0-rc.1" }
wgpu = { version = "0.19.0", default-features = false, features = ["wgsl"] }
rustc-hash = "1.1.0"

View file

@ -3,7 +3,7 @@ name = "librashader-runtime"
edition = "2021"
license = "MPL-2.0 OR GPL-3.0-only"
version = "0.2.0-beta.11"
version = "0.2.0-rc.1"
authors = ["Ronny Chan <ronny@ronnychan.ca>"]
repository = "https://github.com/SnowflakePowered/librashader"
readme = "../README.md"
@ -12,10 +12,10 @@ keywords = ["shader", "retroarch", "SPIR-V"]
description = "RetroArch shaders for all."
[dependencies]
librashader-common = { path = "../librashader-common", version = "0.2.0-beta.11" }
librashader-presets = { path = "../librashader-presets", version = "0.2.0-beta.11" }
librashader-preprocess = { path = "../librashader-preprocess", version = "0.2.0-beta.11" }
librashader-reflect = { path = "../librashader-reflect", version = "0.2.0-beta.11" }
librashader-common = { path = "../librashader-common", version = "0.2.0-rc.1" }
librashader-presets = { path = "../librashader-presets", version = "0.2.0-rc.1" }
librashader-preprocess = { path = "../librashader-preprocess", version = "0.2.0-rc.1" }
librashader-reflect = { path = "../librashader-reflect", version = "0.2.0-rc.1" }
bytemuck = "1.12.3"
rustc-hash = "1.1.0"
num-traits = "0.2.15"

View file

@ -4,7 +4,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
license = "MPL-2.0 OR GPL-3.0-only"
version = "0.2.0-beta.11"
version = "0.2.0-rc.1"
authors = ["Ronny Chan <ronny@ronnychan.ca>"]
repository = "https://github.com/SnowflakePowered/librashader"
readme = "../README.md"
@ -13,23 +13,23 @@ keywords = ["shader", "retroarch", "SPIR-V"]
description = "RetroArch shaders for all."
[dependencies]
librashader-common = { path = "../librashader-common", version = "0.2.0-beta.11" }
librashader-presets = { path = "../librashader-presets", version = "0.2.0-beta.11" }
librashader-preprocess = { path = "../librashader-preprocess", version = "0.2.0-beta.11" }
librashader-reflect = { path = "../librashader-reflect", version = "0.2.0-beta.11" }
librashader-cache = { path = "../librashader-cache", version = "0.2.0-beta.11" }
librashader-runtime = { path = "../librashader-runtime", version = "0.2.0-beta.11" }
librashader-runtime-d3d11 = { path = "../librashader-runtime-d3d11", version = "0.2.0-beta.11", optional = true }
librashader-runtime-d3d12 = { path = "../librashader-runtime-d3d12", version = "0.2.0-beta.11", optional = true }
librashader-runtime-gl = { path = "../librashader-runtime-gl", version = "0.2.0-beta.11", optional = true }
librashader-runtime-vk = { path = "../librashader-runtime-vk", version = "0.2.0-beta.11", optional = true }
librashader-runtime-mtl = { path = "../librashader-runtime-mtl", version = "0.2.0-beta.11", optional = true }
librashader-common = { path = "../librashader-common", version = "0.2.0-rc.1" }
librashader-presets = { path = "../librashader-presets", version = "0.2.0-rc.1" }
librashader-preprocess = { path = "../librashader-preprocess", version = "0.2.0-rc.1" }
librashader-reflect = { path = "../librashader-reflect", version = "0.2.0-rc.1" }
librashader-cache = { path = "../librashader-cache", version = "0.2.0-rc.1" }
librashader-runtime = { path = "../librashader-runtime", version = "0.2.0-rc.1" }
librashader-runtime-d3d11 = { path = "../librashader-runtime-d3d11", version = "0.2.0-rc.1", optional = true }
librashader-runtime-d3d12 = { path = "../librashader-runtime-d3d12", version = "0.2.0-rc.1", optional = true }
librashader-runtime-gl = { path = "../librashader-runtime-gl", version = "0.2.0-rc.1", optional = true }
librashader-runtime-vk = { path = "../librashader-runtime-vk", version = "0.2.0-rc.1", optional = true }
librashader-runtime-mtl = { path = "../librashader-runtime-mtl", version = "0.2.0-rc.1", optional = true }
ash = { version = "0.37", optional = true }
[target.'cfg(not(all(target_vendor="apple", docsrs)))'.dependencies]
wgpu = { version = "0.19", default-features = false, optional = true }
librashader-runtime-wgpu = { path = "../librashader-runtime-wgpu", version = "0.2.0-beta.11", optional = true }
librashader-runtime-wgpu = { path = "../librashader-runtime-wgpu", version = "0.2.0-rc.1", optional = true }
wgpu-types = { version = "0.19", optional = true }
[target.'cfg(windows)'.dependencies.windows]