Mercurial
comparison sori/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 | 75de5903355c |
| children |
comparison
equal
deleted
inserted
replaced
| 91:19cccf6e866a | 92:655ea0b661fd |
|---|---|
| 2 | 2 |
| 3 raylib_binary( | 3 raylib_binary( |
| 4 name = "game", | 4 name = "game", |
| 5 srcs = ["main.c"], | 5 srcs = ["main.c"], |
| 6 deps = [ | 6 deps = [ |
| 7 "//dowa:dowa_generic", | 7 "//dowa:dowa", |
| 8 "//third_party/raylib:raylib", | 8 "//third_party/raylib:raylib", |
| 9 ], | 9 ], |
| 10 ) | 10 ) |
| 11 | 11 |