blob: 25116750138b9b7d4491ebc3e1cd9ab264e93e34 [file] [log] [blame]
load("//bazel:macros.bzl", "exports_files_legacy", "skia_cc_library")
licenses(["notice"])
exports_files_legacy()
skia_cc_library(
name = "vulkan",
hdrs = [
"vulkan/vulkan.h",
"vulkan/vulkan_core.h",
],
includes = ["."],
textual_hdrs = [
"vulkan/vk_platform.h",
"vulkan/vulkan_xcb.h",
], #TODO(kjlubick) The other files are necessary on different platforms
visibility = ["//:__subpackages__"],
)