Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
chyyran committed Feb 16, 2023
1 parent 0eb9859 commit 7ebc3da
Show file tree
Hide file tree
Showing 13 changed files with 87 additions and 87 deletions.
56 changes: 28 additions & 28 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions librashader-cache/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "librashader-cache"
edition = "2021"
license = "MPL-2.0 OR GPL-3.0-only"
version = "0.1.0-rc.5"
version = "0.1.0-rc.6"
authors = ["Ronny Chan <ronny@ronnychan.ca>"]
repository = "https://github.com/SnowflakePowered/librashader"
readme = "../README.md"
Expand All @@ -12,8 +12,8 @@ description = "RetroArch shaders for all."

[dependencies]
serde = { version = "1.0" }
librashader-reflect = { path = "../librashader-reflect", version = "0.1.0-rc.5", features = ["serialize", "dxil"] }
librashader-preprocess = { path = "../librashader-preprocess", version = "0.1.0-rc.5" }
librashader-reflect = { path = "../librashader-reflect", version = "0.1.0-rc.6", features = ["serialize", "dxil"] }
librashader-preprocess = { path = "../librashader-preprocess", version = "0.1.0-rc.6" }
platform-dirs = "0.3.0"
blake3 = { version = "1.3.3" }
thiserror = "1.0.38"
Expand Down
6 changes: 3 additions & 3 deletions librashader-capi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "librashader-capi"
edition = "2021"

license = "MPL-2.0 OR GPL-3.0-only"
version = "0.1.0-rc.5"
version = "0.1.0-rc.6"
authors = ["Ronny Chan <ronny@ronnychan.ca>"]
repository = "https://github.com/SnowflakePowered/librashader"
readme = "../README.md"
Expand All @@ -23,7 +23,7 @@ runtime-d3d12 = ["windows", "librashader/runtime-d3d12", "windows/Win32_Graphics
runtime-vulkan = ["ash", "librashader/runtime-vk"]

[dependencies]
librashader = { path = "../librashader", version = "0.1.0-rc.5", features = ["internal"] }
librashader = { path = "../librashader", version = "0.1.0-rc.6", features = ["internal"] }
thiserror = "1.0.37"
paste = "1.0.9"
gl = { version = "0.14.0", optional = true }
Expand All @@ -37,4 +37,4 @@ optional = true

[package.metadata.docs.rs]
targets = ["x86_64-pc-windows-msvc", "x86_64-unknown-linux-gnu"]
features = ["librashader/docsrs"]
features = ["librashader/docsrs"]
2 changes: 1 addition & 1 deletion librashader-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "librashader-common"
edition = "2021"

license = "MPL-2.0 OR GPL-3.0-only"
version = "0.1.0-rc.5"
version = "0.1.0-rc.6"
authors = ["Ronny Chan <ronny@ronnychan.ca>"]
repository = "https://github.com/SnowflakePowered/librashader"
readme = "../README.md"
Expand Down
4 changes: 2 additions & 2 deletions librashader-preprocess/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "librashader-preprocess"
edition = "2021"

license = "MPL-2.0 OR GPL-3.0-only"
version = "0.1.0-rc.5"
version = "0.1.0-rc.6"
authors = ["Ronny Chan <ronny@ronnychan.ca>"]
repository = "https://github.com/SnowflakePowered/librashader"
readme = "../README.md"
Expand All @@ -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.1.0-rc.5" }
librashader-common = { path = "../librashader-common", version = "0.1.0-rc.6" }
rustc-hash = "1.1.0"
encoding_rs = "0.8.31"

Expand Down
4 changes: 2 additions & 2 deletions librashader-presets/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "librashader-presets"
edition = "2021"

license = "MPL-2.0 OR GPL-3.0-only"
version = "0.1.0-rc.5"
version = "0.1.0-rc.6"
authors = ["Ronny Chan <ronny@ronnychan.ca>"]
repository = "https://github.com/SnowflakePowered/librashader"
readme = "../README.md"
Expand All @@ -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.1.0-rc.5" }
librashader-common = { path = "../librashader-common", version = "0.1.0-rc.6" }
num-traits = "0.2"

[features]
Expand Down
8 changes: 4 additions & 4 deletions librashader-reflect/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "librashader-reflect"
edition = "2021"

license = "MPL-2.0 OR GPL-3.0-only"
version = "0.1.0-rc.5"
version = "0.1.0-rc.6"
authors = ["Ronny Chan <ronny@ronnychan.ca>"]
repository = "https://github.com/SnowflakePowered/librashader"
readme = "../README.md"
Expand All @@ -19,9 +19,9 @@ thiserror = "1.0.37"
bitflags = "1.3.2"
rustc-hash = "1.1.0"

librashader-common = { path = "../librashader-common", version = "0.1.0-rc.5" }
librashader-preprocess = { path = "../librashader-preprocess", version = "0.1.0-rc.5" }
librashader-presets = { path = "../librashader-presets", version = "0.1.0-rc.5" }
librashader-common = { path = "../librashader-common", version = "0.1.0-rc.6" }
librashader-preprocess = { path = "../librashader-preprocess", version = "0.1.0-rc.6" }
librashader-presets = { path = "../librashader-presets", version = "0.1.0-rc.6" }

spirv_cross = { package = "librashader-spirv-cross", version = "0.23", optional = true }
spirv-to-dxil = { version = "0.3", optional = true }
Expand Down
14 changes: 7 additions & 7 deletions librashader-runtime-d3d11/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "librashader-runtime-d3d11"
edition = "2021"

license = "MPL-2.0 OR GPL-3.0-only"
version = "0.1.0-rc.5"
version = "0.1.0-rc.6"
authors = ["Ronny Chan <ronny@ronnychan.ca>"]
repository = "https://github.com/SnowflakePowered/librashader"
readme = "../README.md"
Expand All @@ -12,13 +12,13 @@ keywords = ["shader", "retroarch", "SPIR-V"]
description = "RetroArch shaders for all."

[dependencies]
librashader-common = { path = "../librashader-common", features = ["d3d11"], version = "0.1.0-rc.5" }
librashader-presets = { path = "../librashader-presets", version = "0.1.0-rc.5" }
librashader-preprocess = { path = "../librashader-preprocess", version = "0.1.0-rc.5" }
librashader-reflect = { path = "../librashader-reflect", version = "0.1.0-rc.5", features = ["standalone"] }
librashader-runtime = { path = "../librashader-runtime", version = "0.1.0-rc.5" }
librashader-common = { path = "../librashader-common", features = ["d3d11"], version = "0.1.0-rc.6" }
librashader-presets = { path = "../librashader-presets", version = "0.1.0-rc.6" }
librashader-preprocess = { path = "../librashader-preprocess", version = "0.1.0-rc.6" }
librashader-reflect = { path = "../librashader-reflect", version = "0.1.0-rc.6", features = ["standalone"] }
librashader-runtime = { path = "../librashader-runtime", version = "0.1.0-rc.6" }
spirv_cross = { package = "librashader-spirv-cross", version = "0.23" }
librashader-cache = { path = "../librashader-cache", version = "0.1.0-rc.5", features = ["d3d"] }
librashader-cache = { path = "../librashader-cache", version = "0.1.0-rc.6", features = ["d3d"] }

thiserror = "1.0.37"
rustc-hash = "1.1.0"
Expand Down
14 changes: 7 additions & 7 deletions librashader-runtime-d3d12/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "librashader-runtime-d3d12"
edition = "2021"

license = "MPL-2.0 OR GPL-3.0-only"
version = "0.1.0-rc.5"
version = "0.1.0-rc.6"
authors = ["Ronny Chan <ronny@ronnychan.ca>"]
repository = "https://github.com/SnowflakePowered/librashader"
readme = "../README.md"
Expand All @@ -12,12 +12,12 @@ keywords = ["shader", "retroarch", "SPIR-V"]
description = "RetroArch shaders for all."

[dependencies]
librashader-common = { path = "../librashader-common", features = ["d3d12"], version = "0.1.0-rc.5" }
librashader-presets = { path = "../librashader-presets", version = "0.1.0-rc.5" }
librashader-preprocess = { path = "../librashader-preprocess", version = "0.1.0-rc.5" }
librashader-reflect = { path = "../librashader-reflect", version = "0.1.0-rc.5", features = ["dxil", "standalone"] }
librashader-runtime = { path = "../librashader-runtime", version = "0.1.0-rc.5" }
librashader-cache = { path = "../librashader-cache", version = "0.1.0-rc.5", features = ["d3d"] }
librashader-common = { path = "../librashader-common", features = ["d3d12"], version = "0.1.0-rc.6" }
librashader-presets = { path = "../librashader-presets", version = "0.1.0-rc.6" }
librashader-preprocess = { path = "../librashader-preprocess", version = "0.1.0-rc.6" }
librashader-reflect = { path = "../librashader-reflect", version = "0.1.0-rc.6", features = ["dxil", "standalone"] }
librashader-runtime = { path = "../librashader-runtime", version = "0.1.0-rc.6" }
librashader-cache = { path = "../librashader-cache", version = "0.1.0-rc.6", features = ["d3d"] }

thiserror = "1.0.37"
spirv_cross = { package = "librashader-spirv-cross", version = "0.23" }
Expand Down
14 changes: 7 additions & 7 deletions librashader-runtime-gl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "librashader-runtime-gl"
edition = "2021"

license = "MPL-2.0 OR GPL-3.0-only"
version = "0.1.0-rc.5"
version = "0.1.0-rc.6"
authors = ["Ronny Chan <ronny@ronnychan.ca>"]
repository = "https://github.com/SnowflakePowered/librashader"
readme = "../README.md"
Expand All @@ -12,12 +12,12 @@ keywords = ["shader", "retroarch", "SPIR-V"]
description = "RetroArch shaders for all."

[dependencies]
librashader-common = { path = "../librashader-common", features = ["opengl"], version = "0.1.0-rc.5" }
librashader-presets = { path = "../librashader-presets", version = "0.1.0-rc.5" }
librashader-preprocess = { path = "../librashader-preprocess", version = "0.1.0-rc.5" }
librashader-reflect = { path = "../librashader-reflect", version = "0.1.0-rc.5", features = ["standalone"] }
librashader-runtime = { path = "../librashader-runtime" , version = "0.1.0-rc.5" }
librashader-cache = { path = "../librashader-cache", version = "0.1.0-rc.5" }
librashader-common = { path = "../librashader-common", features = ["opengl"], version = "0.1.0-rc.6" }
librashader-presets = { path = "../librashader-presets", version = "0.1.0-rc.6" }
librashader-preprocess = { path = "../librashader-preprocess", version = "0.1.0-rc.6" }
librashader-reflect = { path = "../librashader-reflect", version = "0.1.0-rc.6", features = ["standalone"] }
librashader-runtime = { path = "../librashader-runtime" , version = "0.1.0-rc.6" }
librashader-cache = { path = "../librashader-cache", version = "0.1.0-rc.6" }

spirv_cross = { package = "librashader-spirv-cross", version = "0.23" }
rustc-hash = "1.1.0"
Expand Down
Loading

0 comments on commit 7ebc3da

Please sign in to comment.