Mercurial
comparison color_game/BUILD @ 76:35b1abc37969
Updating my website to use seobeo library.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Wed, 31 Dec 2025 14:11:21 -0800 |
| parents | 75de5903355c |
| children | 655ea0b661fd |
comparison
equal
deleted
inserted
replaced
| 75:ae6a88e6e484 | 76:35b1abc37969 |
|---|---|
| 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 ], | 9 ], |
| 9 static = True | 10 static = True |
| 10 ) | 11 ) |