Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[shaderwriter] Updated to version 2.1.0. #22825

Merged
merged 3 commits into from
Jan 31, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions ports/shaderwriter/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
vcpkg_from_github(OUT_SOURCE_PATH SOURCE_PATH
REPO DragonJoker/ShaderWriter
REF c6bb7ee45ac378bb90d71ddb8d02488bf526be32
REF bcebc67feb99d98066dfb51a3857155ddcfa9d57
HEAD_REF master
SHA512 5aa5a4a001c3e5c00074c9706ccc7cbfa6ba010c71ba80d50b18115f84f584cdfdf8c735b19e2a7c727466cad143b70d56cff370b9a3c66118fd66c2d8e02b4e
SHA512 675a9db22c3593426c9a364a8a2934e41f65447d450347dd5683a89e4f38dfbc914dca7f6fbfa77b0afd1fb0fd12c2316c11eded1453ae4498b448ae2267fdac
)

vcpkg_from_github(OUT_SOURCE_PATH CMAKE_SOURCE_PATH
REPO DragonJoker/CMakeUtils
REF fdb7f99884dbd67082d637a9f6ef14b6a541700e
REF 27747f5c91acf76107220986f114efdab0a09a68
HEAD_REF master
SHA512 f8a1cf8e2ecb30a53e7fb46ce5ce38739d7a9620e351443c3a3d14e6f5d2a798d8071d07ccd3ab15d0f6742e66d50b83a5be62f97ad5df886cb3ac6dc3ce9ec7
SHA512 acd5dafc74e197886a9b1ac52b59bdbf2d136cc8b49683eda48b8ccc45eced5f68aa334c8f9c01c7d8bf5c8908b64cbf19a97c6e3666370111bb3d2551c3b469
)

get_filename_component(SRC_PATH ${CMAKE_SOURCE_PATH} DIRECTORY)
Expand Down
2 changes: 1 addition & 1 deletion ports/shaderwriter/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shaderwriter",
"version": "2.0.0",
"version": "2.1.0",
"description": "Library to write shaders directly from C++ code, supports GLSL, HLSL and SPIRV outputs.",
"homepage": "https://github.com/DragonJoker/ShaderWriter",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6337,7 +6337,7 @@
"port-version": 1
},
"shaderwriter": {
"baseline": "2.0.0",
"baseline": "2.1.0",
"port-version": 0
},
"shapelib": {
Expand Down
5 changes: 5 additions & 0 deletions versions/s-/shaderwriter.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "e9ad5b26c40e2048a99c618972827c8f8e802eaa",
"version": "2.1.0",
"port-version": 0
},
{
"git-tree": "74d64baacf8733ed2cb0a0ded83ac86b8213a609",
"version": "2.0.0",
Expand Down