Mercurial
comparison raylib_examples/BUILD @ 60:d64a8c189a77
Merged
| author | June Park <me@mrjunejune.com> |
|---|---|
| date | Sat, 20 Dec 2025 13:56:01 -0500 |
| parents | 82d1fe4d4ee6 |
| children |
comparison
equal
deleted
inserted
replaced
| 50:983769fba767 | 60:d64a8c189a77 |
|---|---|
| 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 = [ |