Skip to content

Commit

Permalink
build: update submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
Silverlan committed Oct 19, 2024
1 parent 1a5044b commit 170533e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build_scripts/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@ def execbuildscript(filepath):
)
add_pragma_module(
name="pr_prosper_opengl",
commitSha="f0c4b6800bded2f5b218fcb49e8460d28c8ceff6",
commitSha="13ca818a0b5588940f53183647222bfa0133f045",
repositoryUrl="https://github.com/Silverlan/pr_prosper_opengl.git"
)
add_pragma_module_prebuilt("Silverlan/pr_mount_external_prebuilt")
Expand Down
6 changes: 3 additions & 3 deletions build_scripts/scripts/external_libs.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
get_submodule("datasystem","https://github.com/Silverlan/datasystem.git","7642296ea0f8316957e1123034e87034294f8b46")
get_submodule("iglfw","https://github.com/Silverlan/iglfw.git","1449acb5399cd1d288a973396e2bab3a443d199d")
get_submodule("luasystem","https://github.com/Silverlan/luasystem.git","b36cfa22c79906270dec09a0d882e92c07a12104")
get_submodule("materialsystem","https://github.com/Silverlan/materialsystem.git","fc162908056a67e8a3ae9508a0eb1cbdd7cf6447")
get_submodule("materialsystem","https://github.com/Silverlan/materialsystem.git","99b23b12783f93c2d62ebecbbb470b4457725773")
get_submodule("mathutil","https://github.com/Silverlan/mathutil.git","90a6cbb229cf3b2e7af1eb9bc58b3ff22db5a611")
get_submodule("networkmanager","https://github.com/Silverlan/networkmanager.git","981bc5809c1a768267ddace778205e1be0262730")
get_submodule("panima","https://github.com/Silverlan/panima.git","06916dd30cde319f31b1eee25cfed7dea8f14630")
get_submodule("prosper","https://github.com/Silverlan/prosper.git","ce6533ccbd9dd0f276c01e747fc7ae089fb10b6f")
get_submodule("prosper","https://github.com/Silverlan/prosper.git","6d53a9ae5a8796dd8a9a6b2f2351d4620c0aada5")
get_submodule("sharedutils","https://github.com/Silverlan/sharedutils.git","be3c166b28d9a2cd9cb6efa875419ce89c74d4ee")
get_submodule("util_bsp","https://github.com/Silverlan/util_bsp.git","2d912cceaaa59199a86431aa9d194e922b2ebea4")
get_submodule("util_formatted_text","https://github.com/Silverlan/util_formatted_text.git","c473a2bdc1ad84ef52d391226d6983ef3076958e")
get_submodule("util_image","https://github.com/Silverlan/util_image.git","bc1af9d7a0e4e4e51550a4730d65e072ae97d592")
get_submodule("util_image","https://github.com/Silverlan/util_image.git","72269cdc0be30e8498626659d3f46e4731eeadb2")
get_submodule("util_pad","https://github.com/Silverlan/util_pad.git","17b760636565502c82c751fb0243b455f1deb044")
get_submodule("util_pragma_doc","https://github.com/Silverlan/util_pragma_doc.git","88e85503b120f820143f6f4566e194b539297ffa")
get_submodule("util_smdmodel","https://github.com/Silverlan/util_smdmodel.git","10fb2d10eb62188c8b9639a62da646152277a748")
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 @@ -11,7 +11,7 @@
get_submodule("interfaces","https://github.com/Silverlan/pragma_interfaces.git","48c1b84f2245324e90871924e4f606f846197818")
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","f0c4b6800bded2f5b218fcb49e8460d28c8ceff6")
get_submodule("pr_prosper_opengl","https://github.com/Silverlan/pr_prosper_opengl.git","13ca818a0b5588940f53183647222bfa0133f045")
get_submodule("pr_prosper_vulkan","https://github.com/Silverlan/pr_prosper_vulkan.git","932a3596e24383accdb03d9f2c16ea5dc5c2ef5e")

os.chdir(curDir)

0 comments on commit 170533e

Please sign in to comment.