Mercurial
comparison color_game/BUILD @ 92:655ea0b661fd
[Seobeo] Added few endpoints for handling files. [Dowa] Added few functions for random number and generating uuids
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Fri, 02 Jan 2026 17:47:10 -0800 |
| parents | 35b1abc37969 |
| children | 8d17f6e6e290 |
comparison
equal
deleted
inserted
replaced
| 91:19cccf6e866a | 92:655ea0b661fd |
|---|---|
| 3 raylib_binary( | 3 raylib_binary( |
| 4 name = "main", | 4 name = "main", |
| 5 srcs = ["main.c"], | 5 srcs = ["main.c"], |
| 6 deps = [ | 6 deps = [ |
| 7 "//third_party/raylib:raylib", | 7 "//third_party/raylib:raylib", |
| 8 "//dowa:dowa_generic", | 8 "//dowa:dowa", |
| 9 ], | 9 ], |
| 10 static = True | 10 static = True |
| 11 ) | 11 ) |