summaryrefslogtreecommitdiff
path: root/hk21/vulkan_loader/BUILD.bazel
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2025-04-08 23:18:47 +0200
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2025-04-08 23:18:47 +0200
commit921d1811ece439086aa238a6356a54d00f179e27 (patch)
tree8c1a8c756176e54ea70bfce8b28344a6116bc78f /hk21/vulkan_loader/BUILD.bazel
parentd10e76d5a1a6b2b425cc6c780d91f52695177a02 (diff)
Move the Vulkan loader
Diffstat (limited to 'hk21/vulkan_loader/BUILD.bazel')
-rw-r--r--hk21/vulkan_loader/BUILD.bazel21
1 files changed, 0 insertions, 21 deletions
diff --git a/hk21/vulkan_loader/BUILD.bazel b/hk21/vulkan_loader/BUILD.bazel
deleted file mode 100644
index 30a8770..0000000
--- a/hk21/vulkan_loader/BUILD.bazel
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 2025 Steven Le Rouzic
-#
-# SPDX-License-Identifier: BSD-3-Clause
-
-cc_library(
- name = "vulkan_loader",
- hdrs = [
- "api.hpp",
- ],
- srcs = [
- "loader.cpp",
- "fns.hpp",
- ],
- deps = [
- "//vendor/vulkan",
- "@asl//asl/base",
- "@asl//asl/types:status",
- ],
- visibility = ["//:__subpackages__"],
- applicable_licenses = ["//:license"],
-)