mirror of
https://github.com/openharmony/third_party_spirv-headers.git
synced 2026-07-25 15:55:45 -04:00
746b7f4d8c
Signed-off-by: lixiteng <lixiteng1@h-partners.com>
11 lines
212 B
Python
11 lines
212 B
Python
# SPDX-FileCopyrightText: The Khronos Group, Inc.
|
|
# SPDX-License-Identifier: MIT
|
|
"""SPIRV-Headers"""
|
|
|
|
module(
|
|
name = "spirv_headers",
|
|
version = "0.0.0",
|
|
)
|
|
|
|
bazel_dep(name = "rules_cc", version = "0.1.1")
|