srctree

Robin Linden parent 8e1f1adb 26e7d10e
deps: Update boringssl, glad, simdjson, and vulkan

WORKSPACE added: 14, removed: 14, total 0
@@ -87,11 +87,11 @@ http_archive(
# https://github.com/google/boringssl
http_archive(
name = "boringssl", # OpenSSL + ISC
integrity = "sha256-t8Os52x/E94zUGaaznu2NO2i+8cqWUCbag8lspu23I0=",
integrity = "sha256-CSOTpf8UZb8E/iJTV+WY+Z89iqPxXwa3oN5llFa6rfg=",
# boringssl//:ssl cheats and pulls in private includes from boringssl//:crypto.
patch_cmds = ["""sed -i'' -e '33i\\\npackage(features=["-layering_check"])' BUILD"""],
strip_prefix = "boringssl-40d27299da0f239cd3af8b4e4c3749f8ce970677",
url = "https://github.com/google/boringssl/archive/40d27299da0f239cd3af8b4e4c3749f8ce970677.tar.gz",
strip_prefix = "boringssl-8bd1dfd1f68c3f08a6550d2707bdc429ebb0ecb9",
url = "https://github.com/google/boringssl/archive/8bd1dfd1f68c3f08a6550d2707bdc429ebb0ecb9.tar.gz",
)
 
http_archive(
@@ -195,9 +195,9 @@ http_archive(
http_archive(
name = "simdjson", # Apache-2.0
build_file = "//third_party:simdjson.BUILD",
integrity = "sha256-JzFcSGGJOz4DbB9nKxwjjuhr5u24TAgk0e0g3qWZl3c=",
strip_prefix = "simdjson-3.7.0",
url = "https://github.com/simdjson/simdjson/archive/refs/tags/v3.7.0.tar.gz",
integrity = "sha256-4o4/RvABLUBbZ95sCnXo2MmmErBUjLWWh4IjN9c8p4s=",
strip_prefix = "simdjson-3.8.0",
url = "https://github.com/simdjson/simdjson/archive/refs/tags/v3.8.0.tar.gz",
)
 
# https://github.com/glennrp/libpng
@@ -265,13 +265,13 @@ http_archive(
url = "https://github.com/facebookexperimental/libunifex/archive/v0.4.0.tar.gz",
)
 
VULKAN_TAG = "1.3.278"
VULKAN_TAG = "1.3.280"
 
# https://github.com/KhronosGroup/Vulkan-Headers
http_archive(
name = "vulkan", # Apache-2.0
build_file = "//third_party:vulkan.BUILD",
integrity = "sha256-WQzQUGvnWZctDHFFUMSbuQocycnlM3oQckvKbN/Vbb4=",
integrity = "sha256-cXtJxS29N8eM8vfw/HFSksQudIQSGebMqRjNKTrV3OQ=",
strip_prefix = "Vulkan-Headers-%s" % VULKAN_TAG,
url = "https://github.com/KhronosGroup/Vulkan-Headers/archive/v%s.tar.gz" % VULKAN_TAG,
)
@@ -280,7 +280,7 @@ http_archive(
http_archive(
name = "vulkan_hpp", # Apache-2.0
build_file = "//third_party:vulkan_hpp.BUILD",
integrity = "sha256-KOn9u3hiwjbVBT7R8tZ3tmVRpH427ZvAtk8NLWA0F48=",
integrity = "sha256-5M00R5v4wZs6Mh0AKn3zErLYfMS+3s4hTdMoAX41tdo=",
strip_prefix = "Vulkan-Hpp-%s" % VULKAN_TAG,
url = "https://github.com/KhronosGroup/Vulkan-Hpp/archive/v%s.tar.gz" % VULKAN_TAG,
)
 
third_party/requirements.txt added: 14, removed: 14, total 0
@@ -4,9 +4,9 @@
#
# bazel run //third_party:requirements.update
#
glad2==2.0.5 \
--hash=sha256:ba0757b6aa3a204b637873b13d0b9b40865ae196df7290fc6c01d818e58af81c \
--hash=sha256:bbb4319439f1e9748f86d5177e8a8c710af29e5766ba4ccab6d56c182a01e63b
glad2==2.0.6 \
--hash=sha256:08615aed3219ea1c77584bd5961d823bab226f8ac3831d09adf65c6fa877f8ec \
--hash=sha256:c421e05c697ec9c657dfe21e8633d59f1f2d0cfef38d408f20d2357d28f96642
# via -r third_party/requirements.in
jinja2==3.1.3 \
--hash=sha256:7d6d50dd97d52cbc355597bd845fabfbac3f551e1f99619e39a35ce8c370b5fa \