Mercurial
view raylib_examples/BUILD @ 39:6639f5389f47
[Amu Birthday] changed the logic and output when they lose.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Mon, 01 Dec 2025 20:37:22 -0800 |
| parents | f33d9ff8b6e8 |
| children | 82d1fe4d4ee6 |
line wrap: on
line source
load(":raylib.bzl", "raylib_binary") raylib_binary( name = "hello_world", srcs = ["main.c"], deps = [ "//dowa:dowa", "//third_party/raylib:raylib", ], )