Mercurial
diff third_party/raylib/raylib-6.0_linux_amd64/BUILD @ 276:b55c22cff335
Add interactive infinite canvas prototype
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Mon, 17 Aug 2026 16:57:56 -0700 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/third_party/raylib/raylib-6.0_linux_amd64/BUILD Mon Aug 17 16:57:56 2026 -0700 @@ -0,0 +1,8 @@ +load("@rules_cc//cc:cc_import.bzl", "cc_import") + +cc_import( + name = "raylib_linux", + hdrs = ["//third_party/raylib:raylib_hdrs"], + static_library = "lib/libraylib.a", + visibility = ["//visibility:public"], +)