Mercurial
diff third_party/raylib/raylib.bzl @ 114:e2a73e64e8e6
[Postdog] Got history working.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Tue, 06 Jan 2026 08:15:37 -0800 |
| parents | 75de5903355c |
| children | 78ea8d5ccc87 |
line wrap: on
line diff
--- a/third_party/raylib/raylib.bzl Sun Jan 04 14:42:54 2026 -0800 +++ b/third_party/raylib/raylib.bzl Tue Jan 06 08:15:37 2026 -0800 @@ -2,6 +2,7 @@ name, srcs, deps = [], + data = [], deps_macos = [], deps_linux = [], deps_windows = [], @@ -46,6 +47,7 @@ native.cc_binary( name = name, srcs = srcs, + data = data, deps = deps + select({ "//config:macos": deps_macos, "//config:linux": deps_linux,