Skip to content

Commit

Permalink
build: update submodule "pr_prosper_vulkan"
Browse files Browse the repository at this point in the history
  • Loading branch information
Silverlan committed Dec 9, 2024
1 parent 38a70a4 commit d6b7fc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_scripts/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@ def execbuildscript(filepath):
if with_essential_client_modules:
add_pragma_module(
name="pr_prosper_vulkan",
commitSha="de78273e503e77054d45f57aaab3d38562ffe496",
commitSha="7a6fdd08d4ab4f0677d2c3f0223b99a18a8f2e33",
repositoryUrl="https://github.com/Silverlan/pr_prosper_vulkan.git"
)

Expand Down
2 changes: 1 addition & 1 deletion build_scripts/scripts/modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
get_submodule("pr_audio_dummy","https://github.com/Silverlan/pr_audio_dummy.git","1a806a1a7b2283bd8551d07e4f1d680499f68b90")
get_submodule("pr_curl","https://github.com/Silverlan/pr_curl.git","974c67cc76710809a9595fcfbc4167554799cd7f")
get_submodule("pr_prosper_opengl","https://github.com/Silverlan/pr_prosper_opengl.git","9cf6bc0b8b26cbd044c2e202dc9be57cc87e7e1b")
get_submodule("pr_prosper_vulkan","https://github.com/Silverlan/pr_prosper_vulkan.git","de78273e503e77054d45f57aaab3d38562ffe496")
get_submodule("pr_prosper_vulkan","https://github.com/Silverlan/pr_prosper_vulkan.git","7a6fdd08d4ab4f0677d2c3f0223b99a18a8f2e33")

os.chdir(curDir)

0 comments on commit d6b7fc7

Please sign in to comment.