Skip to content

v0.0.4

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 08 Dec 19:57
· 3 commits to main since this release

Using WORKSPACE

Paste this snippet into your file:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_ispc",
    sha256 = "c8781b0c1d707aa30cc6bc9154cffc4a4c5e11834bdf5b9c499d012cd8999c15",
    strip_prefix = "rules_ispc-0.0.4",
    url = "https://github.com/Vertexwahn/rules_ispc/releases/download/v0.0.4/rules_ispc-v0.0.4.tar.gz",
)

What's Changed

New Contributors

Full Changelog: v0.0.3...v0.0.4