Skip to content

0.0.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 03 Oct 18:53
· 1 commit to main since this release
b33a38f

Using Bzlmod

Add to your MODULE.bazel file:

bazel_dep(name = "rules_gazebo", version = "0.0.2")

Using WORKSPACE

Paste this snippet into your WORKSPACE file:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "rules_gazebo",
    sha256 = "3c0e46cb90987ab0966baa8df9ca2bd0177f76910b4f4f28d449a016ad7cfda6",
    strip_prefix = "rules_gazebo-0.0.2",
    url = "https://github.com/gazebosim/rules_gazebo/releases/download/0.0.2/rules_gazebo-0.0.2.tar.gz",
)

What's Changed

New Contributors

Full Changelog: https://github.com/gazebosim/rules_gazebo/commits/0.0.2