From 9ff32056ca4f75cc2193f115adf34d1495448249 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Mon, 20 Jan 2025 00:23:07 +0100 Subject: Add sdl3_windows 3.1.10 --- modules/sdl3_windows/3.1.10/MODULE.bazel | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 modules/sdl3_windows/3.1.10/MODULE.bazel (limited to 'modules/sdl3_windows/3.1.10/MODULE.bazel') diff --git a/modules/sdl3_windows/3.1.10/MODULE.bazel b/modules/sdl3_windows/3.1.10/MODULE.bazel new file mode 100644 index 0000000..61fd554 --- /dev/null +++ b/modules/sdl3_windows/3.1.10/MODULE.bazel @@ -0,0 +1,6 @@ +module( + name = "sdl3_windows", + version = "3.1.10", + compatibility_level = 1, + bazel_compatibility = [">=8.0.0"], +) -- cgit