| # Bazel extensions for pybind11 | |
| module( | |
| name = "pybind11_bazel", | |
| version = "2.11.1.bzl.2", | |
| ) | |
| bazel_dep(name = "platforms", version = "0.0.8") | |
| bazel_dep(name = "rules_cc", version = "0.0.9") | |
| bazel_dep(name = "rules_python", version = "0.31.0") | |
| internal_configure = use_extension("//:internal_configure.bzl", "internal_configure_extension") | |
| use_repo(internal_configure, "pybind11") |