Skip to content

Commit d322f03

Browse files
committed
chore: Release
1 parent d8d2ff1 commit d322f03

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

librashader-common/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "librashader-common"
33
edition = "2021"
44

55
license = "MPL-2.0 OR GPL-3.0-only"
6-
version = "0.6.0"
6+
version = "0.6.1"
77
authors = ["Ronny Chan <[email protected]>"]
88
repository = "https://github.com/SnowflakePowered/librashader"
99
readme = "../README.md"

librashader-preprocess/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description = "RetroArch shaders for all."
1414
[dependencies]
1515
thiserror = "2"
1616
nom = "7.1.1"
17-
librashader-common = { path = "../librashader-common", version = "0.6.0" }
17+
librashader-common = { path = "../librashader-common", version = "0.6.1" }
1818
encoding_rs = "0.8.31"
1919
serde = { version = "1.0", optional = true }
2020

librashader-presets/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ description = "RetroArch shaders for all."
1515
thiserror = "2"
1616
nom = "7.1.1"
1717
nom_locate = "4.0.0"
18-
librashader-common = { path = "../librashader-common", version = "0.6.0" }
18+
librashader-common = { path = "../librashader-common", version = "0.6.1" }
1919
num-traits = "0.2"
2020
once_cell = "1"
2121
# we don't need unicode

librashader-reflect/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ bytemuck = "1.13.0"
1818
thiserror = "2"
1919
bitflags = "2.4.2"
2020

21-
librashader-common = { path = "../librashader-common", version = "0.6.0" }
21+
librashader-common = { path = "../librashader-common", version = "0.6.1" }
2222
librashader-preprocess = { path = "../librashader-preprocess", version = "0.6.0" }
2323
librashader-presets = { path = "../librashader-presets", version = "0.6.0" }
2424
librashader-pack = { path = "../librashader-pack", version = "0.6.0" }

librashader-runtime-d3d11/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ keywords = ["shader", "retroarch", "SPIR-V"]
1212
description = "RetroArch shaders for all."
1313

1414
[dependencies]
15-
librashader-common = { path = "../librashader-common", features = ["d3d11"], version = "0.6.0" }
15+
librashader-common = { path = "../librashader-common", features = ["d3d11"], version = "0.6.1" }
1616
librashader-presets = { path = "../librashader-presets", version = "0.6.0" }
1717
librashader-preprocess = { path = "../librashader-preprocess", version = "0.6.0" }
1818
librashader-pack = { path = "../librashader-pack", version = "0.6.0" }

librashader-runtime-d3d12/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ keywords = ["shader", "retroarch", "SPIR-V"]
1212
description = "RetroArch shaders for all."
1313

1414
[dependencies]
15-
librashader-common = { path = "../librashader-common", features = ["d3d12"], version = "0.6.0" }
15+
librashader-common = { path = "../librashader-common", features = ["d3d12"], version = "0.6.1" }
1616
librashader-presets = { path = "../librashader-presets", version = "0.6.0" }
1717
librashader-preprocess = { path = "../librashader-preprocess", version = "0.6.0" }
1818
librashader-reflect = { path = "../librashader-reflect", version = "0.6.0", features = ["dxil"] }

librashader-runtime-d3d9/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ keywords = ["shader", "retroarch", "SPIR-V"]
1212
description = "RetroArch shaders for all."
1313

1414
[dependencies]
15-
librashader-common = { path = "../librashader-common", features = ["d3d9", "d3d11"], version = "0.6.0" }
15+
librashader-common = { path = "../librashader-common", features = ["d3d9", "d3d11"], version = "0.6.1" }
1616
librashader-presets = { path = "../librashader-presets", version = "0.6.0" }
1717
librashader-preprocess = { path = "../librashader-preprocess", version = "0.6.0" }
1818
librashader-reflect = { path = "../librashader-reflect", version = "0.6.0" }

librashader-runtime-gl/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ keywords = ["shader", "retroarch", "SPIR-V"]
1212
description = "RetroArch shaders for all."
1313

1414
[dependencies]
15-
librashader-common = { path = "../librashader-common", features = ["opengl"], version = "0.6.0" }
15+
librashader-common = { path = "../librashader-common", features = ["opengl"], version = "0.6.1" }
1616
librashader-presets = { path = "../librashader-presets", version = "0.6.0" }
1717
librashader-preprocess = { path = "../librashader-preprocess", version = "0.6.0" }
1818
librashader-reflect = { path = "../librashader-reflect", version = "0.6.0" }

librashader-runtime-mtl/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description = "RetroArch shaders for all."
1414
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1515

1616
[dependencies]
17-
librashader-common = { path = "../librashader-common", features = ["metal"], version = "0.6.0" }
17+
librashader-common = { path = "../librashader-common", features = ["metal"], version = "0.6.1" }
1818
librashader-presets = { path = "../librashader-presets", version = "0.6.0" }
1919
librashader-preprocess = { path = "../librashader-preprocess", version = "0.6.0" }
2020
librashader-pack = { path = "../librashader-pack", version = "0.6.0" }

librashader-runtime-vk/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description = "RetroArch shaders for all."
1414
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1515

1616
[dependencies]
17-
librashader-common = { path = "../librashader-common", features = ["vulkan"], version = "0.6.0" }
17+
librashader-common = { path = "../librashader-common", features = ["vulkan"], version = "0.6.1" }
1818
librashader-presets = { path = "../librashader-presets", version = "0.6.0" }
1919
librashader-pack = { path = "../librashader-pack", version = "0.6.0" }
2020
librashader-preprocess = { path = "../librashader-preprocess", version = "0.6.0" }

librashader-runtime-wgpu/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description = "RetroArch shaders for all."
1414
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1515

1616
[dependencies]
17-
librashader-common = { path = "../librashader-common", features = ["wgpu"], version = "0.6.0" }
17+
librashader-common = { path = "../librashader-common", features = ["wgpu"], version = "0.6.1" }
1818
librashader-presets = { path = "../librashader-presets", version = "0.6.0" }
1919
librashader-preprocess = { path = "../librashader-preprocess", version = "0.6.0" }
2020
librashader-pack = { path = "../librashader-pack", version = "0.6.0" }

librashader-runtime/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ keywords = ["shader", "retroarch", "SPIR-V"]
1212
description = "RetroArch shaders for all."
1313

1414
[dependencies]
15-
librashader-common = { path = "../librashader-common", version = "0.6.0" }
15+
librashader-common = { path = "../librashader-common", version = "0.6.1" }
1616
librashader-presets = { path = "../librashader-presets", version = "0.6.0" }
1717
librashader-preprocess = { path = "../librashader-preprocess", version = "0.6.0" }
1818
librashader-pack = { path = "../librashader-pack", version = "0.6.0" }

librashader/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ keywords = ["shader", "retroarch", "SPIR-V"]
1313
description = "RetroArch shaders for all."
1414

1515
[dependencies]
16-
librashader-common = { path = "../librashader-common", version = "0.6.0" }
16+
librashader-common = { path = "../librashader-common", version = "0.6.1" }
1717
librashader-presets = { path = "../librashader-presets", version = "0.6.0" }
1818
librashader-preprocess = { path = "../librashader-preprocess", version = "0.6.0" }
1919
librashader-reflect = { path = "../librashader-reflect", version = "0.6.0" }

0 commit comments

Comments
 (0)