view color_game/BUILD @ 125:f236c895604e

[MrJuneJune] Added web socket for chat to this.
author June Park <parkjune1995@gmail.com>
date Thu, 08 Jan 2026 08:46:49 -0800
parents 655ea0b661fd
children 8d17f6e6e290
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",
  ],
  static = True
)