From 6832e1a9194aaddf3819795ef5160585ad3d1fd9 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Sun, 2 Mar 2025 22:59:52 +0100 Subject: Add sdl3_windows 3.2.6 --- modules/sdl3_windows/3.2.6/MODULE.bazel | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 modules/sdl3_windows/3.2.6/MODULE.bazel (limited to 'modules/sdl3_windows/3.2.6/MODULE.bazel') 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") -- cgit