comparison color_game/BUILD @ 61:9df5587cf23b

[Color game] It can compile on windows now.
author June Park <me@mrjunejune.com>
date Sat, 20 Dec 2025 21:07:34 -0500
parents e06bc03d9618
children 75de5903355c
comparison
equal deleted inserted replaced
60:d64a8c189a77 61:9df5587cf23b
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", 8 # "//dowa:dowa", // TODO Fix for windows
9 ], 9 ],
10 static = True 10 static = True
11 ) 11 )