Mercurial
view sori/BUILD @ 119:c39582f937e5
[Seobeo Client] Added client side logic which will be used for all my other calls instead of curl.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Wed, 07 Jan 2026 16:05:57 -0800 |
| parents | 655ea0b661fd |
| children |
line wrap: on
line source
load("//third_party/raylib:raylib.bzl", "raylib_binary") raylib_binary( name = "game", srcs = ["main.c"], deps = [ "//dowa:dowa", "//third_party/raylib:raylib", ], )