| """ | |
| Welcome to Maliput! | |
| """ | |
| module( | |
| name = "maliput", | |
| compatibility_level = 1, | |
| version = "1.16.0", | |
| ) | |
| bazel_dep(name = "rules_cc", version = "0.0.9") | |
| bazel_dep(name = "eigen", version = "3.4.0.bcr.1.1") | |
| bazel_dep(name = "platforms", version = "1.0.0") | |
| bazel_dep(name = "yaml-cpp", version = "0.8.0") |