Files
allwpilib/wpimath/src/main/native/thirdparty/eigen/include/MODULE.bazel
Austin Schuh 1724e59f8d [bazel] Move the easy pieces of the build over to bzlmod (#8542)
bzlmod is the future, and makes it easier to depend on AOS.

---------

Signed-off-by: Austin Schuh <austin.linux@gmail.com>
2026-01-12 15:30:31 -07:00

8 lines
155 B
Python

module(
name = "eigen",
version = "3.4.0",
)
bazel_dep(name = "rules_cc", version = "0.1.5")
bazel_dep(name = "rules_license", version = "1.0.0")