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