diff options
Diffstat (limited to 'hk21/vulkan_loader/BUILD.bazel')
-rw-r--r-- | hk21/vulkan_loader/BUILD.bazel | 21 |
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"],
-)
|