view sori/BUILD @ 36:84672efec192

[Zenbu] WIP fixing issues regarding to using edge only. I think there is a problem where socket closes before sending back the info.
author MrJuneJune <me@mrjunejune.com>
date Sun, 09 Nov 2025 06:25:16 -0800
parents a58a663dae68
children 75de5903355c
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",
  ],
)