mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
bzlmod is the future, and makes it easier to depend on AOS. --------- Signed-off-by: Austin Schuh <austin.linux@gmail.com>
8 lines
155 B
Python
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")
|