view sori/BUILD @ 231:09a96dcb2b4c hg-web

[merge] Join existing hg-web branch head
author MrJuneJune <me@mrjunejune.com>
date Sun, 02 Aug 2026 16:50:48 -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",
  ],
)