| """cgrapht - A modern C++20 header-only graph library""" | |
| module( | |
| name = "cgrapht", | |
| version = "1.1.0", # x-release-please-version | |
| compatibility_level = 1, | |
| ) | |
| bazel_dep(name = "rules_cc", version = "0.2.14") | |
| bazel_dep(name = "catch2", version = "3.12.0", dev_dependency = True) |