blob: 4b2bbff36cb7a086f15a69c68cc7d4127358a34e [file] [log] [blame]
Nathan Leong5d690152024-01-10 21:10:10 -08001filegroup(
2 name = "pictures",
3 srcs = [
James Kuszmaul816ee3e2024-05-22 11:03:29 -07004 # Picture from the FIRST inspires field drawings.
5 "2024.png",
6 # https://www.firstinspires.org/robotics/frc/playing-field
7 # Copyright 2024 FIRST
8 "2024_field.png",
9 ],
Nathan Leong5d690152024-01-10 21:10:10 -080010 visibility = ["//visibility:public"],
James Kuszmaul816ee3e2024-05-22 11:03:29 -070011)