Skip to content

Releases: gazebosim/rules_gazebo

0.0.2

03 Oct 18:53
b33a38f
Compare
Choose a tag to compare

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

0.0.1

30 Sep 22:02
af0e11b
Compare
Choose a tag to compare

Add to your MODULE.bazel file:

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

What's Changed

New Contributors

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