Mercurial
view sori/BUILD @ 222:a8d6435dc021 hg-web
[hg-web] Run local stack through Bazel
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Sun, 02 Aug 2026 09:07:36 -0700 |
| 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", ], )