diff postdog/BUILD @ 161:87d8d3eb3491

[PostDog] WIP to make it more mordern looking
author June Park <parkjune1995@gmail.com>
date Thu, 15 Jan 2026 08:29:26 -0800
parents 7387eec8e7f8
children 058de208e640
line wrap: on
line diff
--- a/postdog/BUILD	Wed Jan 14 19:39:52 2026 -0800
+++ b/postdog/BUILD	Thu Jan 15 08:29:26 2026 -0800
@@ -19,26 +19,12 @@
     "main.c",
   ],
   deps = [
-    "//third_party/raylib:raylib",
+    "//third_party/raylib:raylib_custom_ui",
     "//dowa:dowa",
     "//seobeo:seobeo_client",
+    "//third_party/libuv:libuv",
   ],
   data = [":all_static_assets",],
-  linkopts_macos = [
-    "-framework CoreVideo",
-    "-framework IOKit",
-    "-framework Cocoa",
-    "-framework GLUT",
-    "-framework OpenGL",
-  ],
-  linkopts_linux = [
-    "-lGL",
-    "-lm",
-    "-lpthread",
-    "-ldl",
-    "-lrt",
-    "-lX11",
-  ],
   static = True
 )