# Override Gz deps to be pulled from the `main` branches so that CI uses deps
# from HEAD on `main`.
archive_override(
module_name = "gz-common",
strip_prefix = "gz-common-main",
urls = ["https://github.com/gazebosim/gz-common/archive/refs/heads/main.tar.gz"],
)
archive_override(
module_name = "gz-math",
strip_prefix = "gz-math-main",
urls = ["https://github.com/gazebosim/gz-math/archive/refs/heads/main.tar.gz"],
)
archive_override(
module_name = "gz-plugin",
strip_prefix = "gz-plugin-main",
urls = ["https://github.com/gazebosim/gz-plugin/archive/refs/heads/main.tar.gz"],
)
archive_override(
module_name = "gz-utils",
strip_prefix = "gz-utils-main",
urls = ["https://github.com/gazebosim/gz-utils/archive/refs/heads/main.tar.gz"],
)
C++ library designed to provide an abstraction for different rendering engines. It offers unified APIs for creating 3D graphics applications.
@gazebosim/gz-rendering