diff 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
line wrap: on
line diff
--- a/color_game/BUILD	Thu Jan 01 16:34:51 2026 -0800
+++ b/color_game/BUILD	Fri Jan 02 17:47:10 2026 -0800
@@ -5,7 +5,7 @@
   srcs = ["main.c"],
   deps = [
     "//third_party/raylib:raylib",
-    "//dowa:dowa_generic",
+    "//dowa:dowa",
   ],
   static = True
 )