diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-03-02 23:32:33 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-03-02 23:32:33 +0100 |
commit | 1e1f61b9e6461cef21cf23979ff4fab7a6c914bd (patch) | |
tree | c615b1dc4173a07bccf63e137fd45bc769c5459c /hk21/game | |
parent | f2e6a3fe77c4cce806c9b78b853554c9230c5d49 (diff) |
License handling with rules_license, and upgrade SDL
Diffstat (limited to 'hk21/game')
-rw-r--r-- | hk21/game/BUILD.bazel | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hk21/game/BUILD.bazel b/hk21/game/BUILD.bazel index 9689d67..d784b70 100644 --- a/hk21/game/BUILD.bazel +++ b/hk21/game/BUILD.bazel @@ -19,4 +19,5 @@ cc_binary( "@sdl3_windows//:sdl3",
"//hk21/vulkan_loader",
],
+ applicable_licenses = ["//:license"],
)
|