v0.0.1
Using WORKSPACE
Paste this snippet into your file:
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_oidn",
sha256 = "21aeef6e992c412534dcc275607649a9e6cdc0e6a14cd45c491951676fa70a76",
strip_prefix = "rules_oidn-0.0.1",
url = "https://github.com/Vertexwahn/rules_oidn/releases/download/v0.0.1/rules_oidn-v0.0.1.tar.gz",
)
What's Changed
New Contributors
Full Changelog: https://github.com/Vertexwahn/rules_oidn/commits/v0.0.1