Mercurial
view color_game/BUILD @ 91:19cccf6e866a
Added Epi photo reels.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Thu, 01 Jan 2026 16:34:51 -0800 |
| parents | 35b1abc37969 |
| children | 655ea0b661fd |
line wrap: on
line source
load("//third_party/raylib:raylib.bzl", "raylib_binary") raylib_binary( name = "main", srcs = ["main.c"], deps = [ "//third_party/raylib:raylib", "//dowa:dowa_generic", ], static = True )