diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-03-02 22:59:52 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-03-02 23:25:02 +0100 |
commit | 6832e1a9194aaddf3819795ef5160585ad3d1fd9 (patch) | |
tree | c2760a8ad14181e55cac0a9e416d9b6ce6e101a2 /modules/sdl3_windows/3.2.6/MODULE.bazel | |
parent | b21e1f8b7a33ec787b5dba36343a8a190ecbb668 (diff) |
Add sdl3_windows 3.2.6
Diffstat (limited to 'modules/sdl3_windows/3.2.6/MODULE.bazel')
-rw-r--r-- | modules/sdl3_windows/3.2.6/MODULE.bazel | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/sdl3_windows/3.2.6/MODULE.bazel b/modules/sdl3_windows/3.2.6/MODULE.bazel new file mode 100644 index 0000000..0899667 --- /dev/null +++ b/modules/sdl3_windows/3.2.6/MODULE.bazel @@ -0,0 +1,8 @@ +module( + name = "sdl3_windows", + version = "3.2.6", + compatibility_level = 1, + bazel_compatibility = [">=8.0.0"], +) + +bazel_dep(name = "rules_license", version = "1.0.0") |