Mercurial
view color_game/BUILD @ 61:9df5587cf23b
[Color game] It can compile on windows now.
| author | June Park <me@mrjunejune.com> |
|---|---|
| date | Sat, 20 Dec 2025 21:07:34 -0500 |
| parents | e06bc03d9618 |
| children | 75de5903355c |
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", // TODO Fix for windows ], static = True )