comparison postdog/BUILD @ 163:058de208e640

[Config] Adding os ignore files.
author June Park <parkjune1995@gmail.com>
date Mon, 19 Jan 2026 04:52:02 -0800
parents 87d8d3eb3491
children
comparison
equal deleted inserted replaced
162:8ceb5d3c6bdd 163:058de208e640
20 ], 20 ],
21 deps = [ 21 deps = [
22 "//third_party/raylib:raylib_custom_ui", 22 "//third_party/raylib:raylib_custom_ui",
23 "//dowa:dowa", 23 "//dowa:dowa",
24 "//seobeo:seobeo_client", 24 "//seobeo:seobeo_client",
25 # "//seobeo:seobeo_debug",
25 "//third_party/libuv:libuv", 26 "//third_party/libuv:libuv",
26 ], 27 ],
27 data = [":all_static_assets",], 28 data = [":all_static_assets",],
28 static = True 29 static = True
29 ) 30 )