blob: 364beb8b9c5902f2065f5a76e740e1386d8712b7 [file]
"""https://github.com/microsoft/DirectXMath/"""
module(
name = "directxmath",
version = "3.20",
bazel_compatibility = [">=7.2.1"],
)
bazel_dep(name = "bazel_skylib", version = "1.7.1")
bazel_dep(name = "platforms", version = "1.0.0")
bazel_dep(name = "rules_cc", version = "0.2.4")
dxmath_test = use_extension("//bazel:extensions.bzl", "dxmath_test")
use_repo(
dxmath_test,
"directxmathtest",
)