Skip to content

v0.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Mar 23:30
· 38 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 = "b6c92f4e34f94ee17466b7766cc28c53175e934141f518c61984e1a5ffabb5f3",
    strip_prefix = "rules_ispc-0.0.1",
    url = "https://github.com/Vertexwahn/rules_ispc/releases/download/v0.0.1/rules_ispc-v0.0.1.tar.gz",
)

What's Changed

  • Added support for passing defines list to ispc rules, also added linu… by @parvit in #2
  • Added test example by @parvit in #3

New Contributors

  • @parvit made their first contribution in #2

Full Changelog: https://github.com/Vertexwahn/rules_ispc/commits/v0.0.1