| module( |
| name = "nanobind_bazel", |
| version = "1.0.0", |
| compatibility_level = 1, |
| ) |
| |
| 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") |
| bazel_dep(name = "bazel_skylib", version = "1.5.0") |
| |
| # Parses the configured nanobind version from this file, and creates a `http_archive` for it. |
| # Currently, this points to stable tags only. |
| internal_configure = use_extension("//:internal_configure.bzl", "internal_configure_extension") |
| use_repo(internal_configure, "nanobind") |