chore: Release

This commit is contained in:
chyyran 2024-10-02 00:28:10 -04:00
parent 756cbe63d9
commit 4a8a9ee444
18 changed files with 116 additions and 116 deletions

34
Cargo.lock generated
View file

@ -1516,7 +1516,7 @@ checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
[[package]] [[package]]
name = "librashader" name = "librashader"
version = "0.4.5" version = "0.5.0-rc.1"
dependencies = [ dependencies = [
"ash", "ash",
"glob", "glob",
@ -1555,7 +1555,7 @@ dependencies = [
[[package]] [[package]]
name = "librashader-cache" name = "librashader-cache"
version = "0.4.5" version = "0.5.0-rc.1"
dependencies = [ dependencies = [
"bincode", "bincode",
"blake3", "blake3",
@ -1571,7 +1571,7 @@ dependencies = [
[[package]] [[package]]
name = "librashader-capi" name = "librashader-capi"
version = "0.4.5" version = "0.5.0-rc.1"
dependencies = [ dependencies = [
"ash", "ash",
"glow 0.14.1", "glow 0.14.1",
@ -1587,7 +1587,7 @@ dependencies = [
[[package]] [[package]]
name = "librashader-cli" name = "librashader-cli"
version = "0.4.5" version = "0.5.0-rc.1"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"ash", "ash",
@ -1617,7 +1617,7 @@ dependencies = [
[[package]] [[package]]
name = "librashader-common" name = "librashader-common"
version = "0.4.5" version = "0.5.0-rc.1"
dependencies = [ dependencies = [
"ash", "ash",
"glow 0.14.1", "glow 0.14.1",
@ -1634,7 +1634,7 @@ dependencies = [
[[package]] [[package]]
name = "librashader-pack" name = "librashader-pack"
version = "0.4.5" version = "0.5.0-rc.1"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"base64 0.22.1", "base64 0.22.1",
@ -1651,7 +1651,7 @@ dependencies = [
[[package]] [[package]]
name = "librashader-preprocess" name = "librashader-preprocess"
version = "0.4.5" version = "0.5.0-rc.1"
dependencies = [ dependencies = [
"encoding_rs", "encoding_rs",
"glob", "glob",
@ -1664,7 +1664,7 @@ dependencies = [
[[package]] [[package]]
name = "librashader-presets" name = "librashader-presets"
version = "0.4.5" version = "0.5.0-rc.1"
dependencies = [ dependencies = [
"glob", "glob",
"librashader-common", "librashader-common",
@ -1680,7 +1680,7 @@ dependencies = [
[[package]] [[package]]
name = "librashader-reflect" name = "librashader-reflect"
version = "0.4.5" version = "0.5.0-rc.1"
dependencies = [ dependencies = [
"bitflags 2.6.0", "bitflags 2.6.0",
"bytemuck", "bytemuck",
@ -1701,7 +1701,7 @@ dependencies = [
[[package]] [[package]]
name = "librashader-runtime" name = "librashader-runtime"
version = "0.4.5" version = "0.5.0-rc.1"
dependencies = [ dependencies = [
"arc-swap", "arc-swap",
"array-concat", "array-concat",
@ -1717,7 +1717,7 @@ dependencies = [
[[package]] [[package]]
name = "librashader-runtime-d3d11" name = "librashader-runtime-d3d11"
version = "0.4.5" version = "0.5.0-rc.1"
dependencies = [ dependencies = [
"array-concat", "array-concat",
"bytemuck", "bytemuck",
@ -1736,7 +1736,7 @@ dependencies = [
[[package]] [[package]]
name = "librashader-runtime-d3d12" name = "librashader-runtime-d3d12"
version = "0.4.5" version = "0.5.0-rc.1"
dependencies = [ dependencies = [
"array-concat", "array-concat",
"array-init", "array-init",
@ -1762,7 +1762,7 @@ dependencies = [
[[package]] [[package]]
name = "librashader-runtime-d3d9" name = "librashader-runtime-d3d9"
version = "0.4.5" version = "0.5.0-rc.1"
dependencies = [ dependencies = [
"array-concat", "array-concat",
"bytemuck", "bytemuck",
@ -1783,7 +1783,7 @@ dependencies = [
[[package]] [[package]]
name = "librashader-runtime-gl" name = "librashader-runtime-gl"
version = "0.4.5" version = "0.5.0-rc.1"
dependencies = [ dependencies = [
"array-init", "array-init",
"bytemuck", "bytemuck",
@ -1803,7 +1803,7 @@ dependencies = [
[[package]] [[package]]
name = "librashader-runtime-mtl" name = "librashader-runtime-mtl"
version = "0.4.5" version = "0.5.0-rc.1"
dependencies = [ dependencies = [
"array-concat", "array-concat",
"bytemuck", "bytemuck",
@ -1825,7 +1825,7 @@ dependencies = [
[[package]] [[package]]
name = "librashader-runtime-vk" name = "librashader-runtime-vk"
version = "0.4.5" version = "0.5.0-rc.1"
dependencies = [ dependencies = [
"array-concat", "array-concat",
"ash", "ash",
@ -1849,7 +1849,7 @@ dependencies = [
[[package]] [[package]]
name = "librashader-runtime-wgpu" name = "librashader-runtime-wgpu"
version = "0.4.5" version = "0.5.0-rc.1"
dependencies = [ dependencies = [
"array-concat", "array-concat",
"bytemuck", "bytemuck",

View file

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

View file

@ -3,7 +3,7 @@ name = "librashader-capi"
edition = "2021" edition = "2021"
license = "MPL-2.0 OR GPL-3.0-only" license = "MPL-2.0 OR GPL-3.0-only"
version = "0.4.5" version = "0.5.0-rc.1"
authors = ["Ronny Chan <ronny@ronnychan.ca>"] authors = ["Ronny Chan <ronny@ronnychan.ca>"]
repository = "https://github.com/SnowflakePowered/librashader" repository = "https://github.com/SnowflakePowered/librashader"
readme = "../README.md" readme = "../README.md"
@ -47,7 +47,7 @@ ash = { workspace = true, optional = true }
[dependencies.librashader] [dependencies.librashader]
path = "../librashader" path = "../librashader"
version = "0.4.5" version = "0.5.0-rc.1"
default-features = false default-features = false
features = ["reflect", "presets", "preprocess"] features = ["reflect", "presets", "preprocess"]

View file

@ -2,7 +2,7 @@
name = "librashader-cli" name = "librashader-cli"
edition = "2021" edition = "2021"
license = "MPL-2.0 OR GPL-3.0-only" license = "MPL-2.0 OR GPL-3.0-only"
version = "0.4.5" version = "0.5.0-rc.1"
authors = ["Ronny Chan <ronny@ronnychan.ca>"] authors = ["Ronny Chan <ronny@ronnychan.ca>"]
repository = "https://github.com/SnowflakePowered/librashader" repository = "https://github.com/SnowflakePowered/librashader"
readme = "../README.md" readme = "../README.md"
@ -19,8 +19,8 @@ name = "librashader-cli"
path = "src/cli/main.rs" path = "src/cli/main.rs"
[dependencies] [dependencies]
librashader = { version = "0.4.5", path = "../librashader", features = ["presets", "preprocess", "serde"], default-features = false } librashader = { version = "0.5.0-rc.1", path = "../librashader", features = ["presets", "preprocess", "serde"], default-features = false }
librashader-runtime = { version = "0.4.5", path = "../librashader-runtime"} librashader-runtime = { version = "0.5.0-rc.1", path = "../librashader-runtime"}
wgpu = { version = "22", default-features = false, optional = true } wgpu = { version = "22", default-features = false, optional = true }
wgpu-types = { version = "22", optional = true } wgpu-types = { version = "22", optional = true }
anyhow = "1.0.86" anyhow = "1.0.86"
@ -79,4 +79,4 @@ features = [
[target.'cfg(target_vendor="apple")'.dependencies] [target.'cfg(target_vendor="apple")'.dependencies]
objc2-metal = { version = "0.2.0" , features = [ "all" ], optional = true } objc2-metal = { version = "0.2.0" , features = [ "all" ], optional = true }
objc2 = { version = "0.5.0", features = ["apple"], optional = true } objc2 = { version = "0.5.0", features = ["apple"], optional = true }

View file

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

View file

@ -1,6 +1,6 @@
[package] [package]
name = "librashader-pack" name = "librashader-pack"
version = "0.4.5" version = "0.5.0-rc.1"
edition = "2021" edition = "2021"
license = "MPL-2.0 OR GPL-3.0-only" license = "MPL-2.0 OR GPL-3.0-only"
authors = ["Ronny Chan <ronny@ronnychan.ca>"] authors = ["Ronny Chan <ronny@ronnychan.ca>"]
@ -11,8 +11,8 @@ keywords = ["shader", "retroarch", "SPIR-V"]
description = "RetroArch shaders for all." description = "RetroArch shaders for all."
[dependencies] [dependencies]
librashader-presets = { path = "../librashader-presets", version = "0.4.5", features = ["serde"] } librashader-presets = { path = "../librashader-presets", version = "0.5.0-rc.1", features = ["serde"] }
librashader-preprocess = { path = "../librashader-preprocess", version = "0.4.5", features = ["serde"] } librashader-preprocess = { path = "../librashader-preprocess", version = "0.5.0-rc.1", features = ["serde"] }
thiserror = "1.0.64" thiserror = "1.0.64"
serde = { version = "1.0", features = ["derive"], optional = true } serde = { version = "1.0", features = ["derive"], optional = true }
@ -31,4 +31,4 @@ rayon = { workspace = true }
[dev-dependencies] [dev-dependencies]
anyhow = "1.0.89" anyhow = "1.0.89"
serde_json = "1.0.128" serde_json = "1.0.128"
rmp-serde = "1.3.0" rmp-serde = "1.3.0"

View file

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

View file

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

View file

@ -3,7 +3,7 @@ name = "librashader-reflect"
edition = "2021" edition = "2021"
license = "MPL-2.0 OR GPL-3.0-only" license = "MPL-2.0 OR GPL-3.0-only"
version = "0.4.5" version = "0.5.0-rc.1"
authors = ["Ronny Chan <ronny@ronnychan.ca>"] authors = ["Ronny Chan <ronny@ronnychan.ca>"]
repository = "https://github.com/SnowflakePowered/librashader" repository = "https://github.com/SnowflakePowered/librashader"
readme = "../README.md" readme = "../README.md"
@ -18,10 +18,10 @@ bytemuck = "1.13.0"
thiserror = "1.0.37" thiserror = "1.0.37"
bitflags = "2.4.2" bitflags = "2.4.2"
librashader-common = { path = "../librashader-common", version = "0.4.5" } librashader-common = { path = "../librashader-common", version = "0.5.0-rc.1" }
librashader-preprocess = { path = "../librashader-preprocess", version = "0.4.5" } librashader-preprocess = { path = "../librashader-preprocess", version = "0.5.0-rc.1" }
librashader-presets = { path = "../librashader-presets", version = "0.4.5" } librashader-presets = { path = "../librashader-presets", version = "0.5.0-rc.1" }
librashader-pack = { path = "../librashader-pack", version = "0.4.5" } librashader-pack = { path = "../librashader-pack", version = "0.5.0-rc.1" }
spirv-cross2 = { workspace = true, optional = true } spirv-cross2 = { workspace = true, optional = true }

View file

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

View file

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

View file

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

View file

@ -3,7 +3,7 @@ name = "librashader-runtime-gl"
edition = "2021" edition = "2021"
license = "MPL-2.0 OR GPL-3.0-only" license = "MPL-2.0 OR GPL-3.0-only"
version = "0.4.5" version = "0.5.0-rc.1"
authors = ["Ronny Chan <ronny@ronnychan.ca>"] authors = ["Ronny Chan <ronny@ronnychan.ca>"]
repository = "https://github.com/SnowflakePowered/librashader" repository = "https://github.com/SnowflakePowered/librashader"
readme = "../README.md" readme = "../README.md"
@ -12,13 +12,13 @@ keywords = ["shader", "retroarch", "SPIR-V"]
description = "RetroArch shaders for all." description = "RetroArch shaders for all."
[dependencies] [dependencies]
librashader-common = { path = "../librashader-common", features = ["opengl"], version = "0.4.5" } librashader-common = { path = "../librashader-common", features = ["opengl"], version = "0.5.0-rc.1" }
librashader-presets = { path = "../librashader-presets", version = "0.4.5" } librashader-presets = { path = "../librashader-presets", version = "0.5.0-rc.1" }
librashader-preprocess = { path = "../librashader-preprocess", version = "0.4.5" } librashader-preprocess = { path = "../librashader-preprocess", version = "0.5.0-rc.1" }
librashader-reflect = { path = "../librashader-reflect", version = "0.4.5" } librashader-reflect = { path = "../librashader-reflect", version = "0.5.0-rc.1" }
librashader-pack = { path = "../librashader-pack", version = "0.4.5" } librashader-pack = { path = "../librashader-pack", version = "0.5.0-rc.1" }
librashader-runtime = { path = "../librashader-runtime" , version = "0.4.5" } librashader-runtime = { path = "../librashader-runtime" , version = "0.5.0-rc.1" }
librashader-cache = { path = "../librashader-cache", version = "0.4.5" } librashader-cache = { path = "../librashader-cache", version = "0.5.0-rc.1" }
spirv-cross2 = { workspace = true, features = ["glsl"] } spirv-cross2 = { workspace = true, features = ["glsl"] }
glow = { workspace = true} glow = { workspace = true}

View file

@ -3,7 +3,7 @@ name = "librashader-runtime-mtl"
edition = "2021" edition = "2021"
license = "MPL-2.0 OR GPL-3.0-only" license = "MPL-2.0 OR GPL-3.0-only"
version = "0.4.5" version = "0.5.0-rc.1"
authors = ["Ronny Chan <ronny@ronnychan.ca>"] authors = ["Ronny Chan <ronny@ronnychan.ca>"]
repository = "https://github.com/SnowflakePowered/librashader" repository = "https://github.com/SnowflakePowered/librashader"
readme = "../README.md" 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 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
librashader-common = { path = "../librashader-common", features = ["metal"], version = "0.4.5" } librashader-common = { path = "../librashader-common", features = ["metal"], version = "0.5.0-rc.1" }
librashader-presets = { path = "../librashader-presets", version = "0.4.5" } librashader-presets = { path = "../librashader-presets", version = "0.5.0-rc.1" }
librashader-preprocess = { path = "../librashader-preprocess", version = "0.4.5" } librashader-preprocess = { path = "../librashader-preprocess", version = "0.5.0-rc.1" }
librashader-pack = { path = "../librashader-pack", version = "0.4.5" } librashader-pack = { path = "../librashader-pack", version = "0.5.0-rc.1" }
librashader-reflect = { path = "../librashader-reflect", version = "0.4.5" } librashader-reflect = { path = "../librashader-reflect", version = "0.5.0-rc.1" }
librashader-runtime = { path = "../librashader-runtime" , version = "0.4.5" } librashader-runtime = { path = "../librashader-runtime" , version = "0.5.0-rc.1" }
thiserror = "1.0" thiserror = "1.0"
array-concat = "0.5.2" array-concat = "0.5.2"

View file

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

View file

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

View file

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

View file

@ -4,7 +4,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # 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" license = "MPL-2.0 OR GPL-3.0-only"
version = "0.4.5" version = "0.5.0-rc.1"
authors = ["Ronny Chan <ronny@ronnychan.ca>"] authors = ["Ronny Chan <ronny@ronnychan.ca>"]
repository = "https://github.com/SnowflakePowered/librashader" repository = "https://github.com/SnowflakePowered/librashader"
readme = "../README.md" readme = "../README.md"
@ -13,20 +13,20 @@ keywords = ["shader", "retroarch", "SPIR-V"]
description = "RetroArch shaders for all." description = "RetroArch shaders for all."
[dependencies] [dependencies]
librashader-common = { path = "../librashader-common", version = "0.4.5" } librashader-common = { path = "../librashader-common", version = "0.5.0-rc.1" }
librashader-presets = { path = "../librashader-presets", version = "0.4.5" } librashader-presets = { path = "../librashader-presets", version = "0.5.0-rc.1" }
librashader-preprocess = { path = "../librashader-preprocess", version = "0.4.5" } librashader-preprocess = { path = "../librashader-preprocess", version = "0.5.0-rc.1" }
librashader-reflect = { path = "../librashader-reflect", version = "0.4.5" } librashader-reflect = { path = "../librashader-reflect", version = "0.5.0-rc.1" }
librashader-cache = { path = "../librashader-cache", version = "0.4.5" } librashader-cache = { path = "../librashader-cache", version = "0.5.0-rc.1" }
librashader-runtime = { path = "../librashader-runtime", version = "0.4.5" } librashader-runtime = { path = "../librashader-runtime", version = "0.5.0-rc.1" }
librashader-pack = { path = "../librashader-pack", version = "0.4.5" } librashader-pack = { path = "../librashader-pack", version = "0.5.0-rc.1" }
librashader-runtime-d3d11 = { path = "../librashader-runtime-d3d11", version = "0.4.5", optional = true } librashader-runtime-d3d11 = { path = "../librashader-runtime-d3d11", version = "0.5.0-rc.1", optional = true }
librashader-runtime-d3d12 = { path = "../librashader-runtime-d3d12", version = "0.4.5", optional = true } librashader-runtime-d3d12 = { path = "../librashader-runtime-d3d12", version = "0.5.0-rc.1", optional = true }
librashader-runtime-d3d9 = { path = "../librashader-runtime-d3d9", version = "0.4.5", optional = true } librashader-runtime-d3d9 = { path = "../librashader-runtime-d3d9", version = "0.5.0-rc.1", optional = true }
librashader-runtime-gl = { path = "../librashader-runtime-gl", version = "0.4.5", optional = true } librashader-runtime-gl = { path = "../librashader-runtime-gl", version = "0.5.0-rc.1", optional = true }
librashader-runtime-vk = { path = "../librashader-runtime-vk", version = "0.4.5", optional = true } librashader-runtime-vk = { path = "../librashader-runtime-vk", version = "0.5.0-rc.1", optional = true }
librashader-runtime-mtl = { path = "../librashader-runtime-mtl", version = "0.4.5", optional = true } librashader-runtime-mtl = { path = "../librashader-runtime-mtl", version = "0.5.0-rc.1", optional = true }
librashader-runtime-wgpu = { path = "../librashader-runtime-wgpu", version = "0.4.5", optional = true } librashader-runtime-wgpu = { path = "../librashader-runtime-wgpu", version = "0.5.0-rc.1", optional = true }
ash = { version = "0.38", optional = true } ash = { version = "0.38", optional = true }
halfbrown = "0.2.4" halfbrown = "0.2.4"