summaryrefslogtreecommitdiff
path: root/graphics/asymptote/LspCpp/third_party/uri/deps/WORKSPACE
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/LspCpp/third_party/uri/deps/WORKSPACE')
-rw-r--r--graphics/asymptote/LspCpp/third_party/uri/deps/WORKSPACE17
1 files changed, 17 insertions, 0 deletions
diff --git a/graphics/asymptote/LspCpp/third_party/uri/deps/WORKSPACE b/graphics/asymptote/LspCpp/third_party/uri/deps/WORKSPACE
new file mode 100644
index 0000000000..7eb18eb984
--- /dev/null
+++ b/graphics/asymptote/LspCpp/third_party/uri/deps/WORKSPACE
@@ -0,0 +1,17 @@
+workspace(name = "com_google_googletest")
+
+load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
+
+http_archive(
+ name = "com_google_absl",
+ sha256 = "aeba534f7307e36fe084b452299e49b97420667a8d28102cf9a0daeed340b859",
+ strip_prefix = "abseil-cpp-7971fb358ae376e016d2d4fc9327aad95659b25e",
+ urls = ["https://github.com/abseil/abseil-cpp/archive/7971fb358ae376e016d2d4fc9327aad95659b25e.zip"], # 2021-05-20T02:59:16Z
+)
+
+http_archive(
+ name = "rules_python",
+ sha256 = "98b3c592faea9636ac8444bfd9de7f3fb4c60590932d6e6ac5946e3f8dbd5ff6",
+ strip_prefix = "rules_python-ed6cc8f2c3692a6a7f013ff8bc185ba77eb9b4d2",
+ urls = ["https://github.com/bazelbuild/rules_python/archive/ed6cc8f2c3692a6a7f013ff8bc185ba77eb9b4d2.zip"], # 2021-05-17T00:24:16Z
+)