Initialize SDL
This commit is contained in:
10
game/BUILD.bazel
Normal file
10
game/BUILD.bazel
Normal file
@ -0,0 +1,10 @@
|
||||
cc_binary(
|
||||
name = "game",
|
||||
srcs = [
|
||||
"main.cpp",
|
||||
],
|
||||
deps = [
|
||||
"@asl//asl",
|
||||
"@sdl3_windows//:sdl3",
|
||||
],
|
||||
)
|
Reference in New Issue
Block a user