comparison raylib_examples/BUILD @ 53:82d1fe4d4ee6

[PostDog] Postman but for dogs.
author June Park <parkjune1995@gmail.com>
date Fri, 19 Dec 2025 13:58:37 -0800
parents f33d9ff8b6e8
children
comparison
equal deleted inserted replaced
52:636eab07809d 53:82d1fe4d4ee6
1 load(":raylib.bzl", "raylib_binary") 1 load("//third_party/raylib:raylib.bzl", "raylib_binary")
2 2
3 raylib_binary( 3 raylib_binary(
4 name = "hello_world", 4 name = "hello_world",
5 srcs = ["main.c"], 5 srcs = ["main.c"],
6 deps = [ 6 deps = [