From 7ec394db8961009e6ac23fea909f8353d865f7a3 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Fri, 9 May 2025 00:32:33 +0200 Subject: Add and use Vulkan synchronization library --- hk21/vulkan/BUILD.bazel | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'hk21/vulkan/BUILD.bazel') diff --git a/hk21/vulkan/BUILD.bazel b/hk21/vulkan/BUILD.bazel index 25cc0d6..3bbac5a 100644 --- a/hk21/vulkan/BUILD.bazel +++ b/hk21/vulkan/BUILD.bazel @@ -1,16 +1,3 @@ # Copyright 2025 Steven Le Rouzic # # SPDX-License-Identifier: BSD-3-Clause - -cc_library( - name = "vulkan", - hdrs = [ - "vulkan.hpp", - ], - deps = [ - "//vendor/vulkan", - "@asl//asl/base", - ], - visibility = ["//:__subpackages__"], - applicable_licenses = ["//:license"], -) -- cgit