diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-01-22 22:57:35 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-01-22 22:57:35 +0100 |
commit | df1b3ccfba1d88d382dab2e83cc950f3dc55995d (patch) | |
tree | b243f279d4ee387240f2da31fd15246fd2e083a4 | |
parent | edb38589b1fe8b806d28264393ee172d03b6c75c (diff) |
Upgrade SDL to 3.2.0
-rw-r--r-- | MODULE.bazel | 2 | ||||
-rw-r--r-- | MODULE.bazel.lock | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/MODULE.bazel b/MODULE.bazel index 630c224..ddb05c9 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -10,7 +10,7 @@ git_override( commit = "4f28899228fb3ad0126897876f147ca15026151e",
)
-bazel_dep(name = "sdl3_windows", version = "3.1.10")
+bazel_dep(name = "sdl3_windows", version = "3.2.0")
bazel_dep(name = "asl")
git_override(
diff --git a/MODULE.bazel.lock b/MODULE.bazel.lock index 2e1a4b0..441218d 100644 --- a/MODULE.bazel.lock +++ b/MODULE.bazel.lock @@ -121,7 +121,7 @@ "https://bcr.bazel.build/modules/rules_python/0.40.0/source.json": "939d4bd2e3110f27bfb360292986bb79fd8dcefb874358ccd6cdaa7bda029320", "https://bcr.bazel.build/modules/rules_shell/0.2.0/MODULE.bazel": "fda8a652ab3c7d8fee214de05e7a9916d8b28082234e8d2c0094505c5268ed3c", "https://bcr.bazel.build/modules/rules_shell/0.2.0/source.json": "7f27af3c28037d9701487c4744b5448d26537cc66cdef0d8df7ae85411f8de95", - "https://bcr.bazel.build/modules/sdl3_windows/3.1.10/MODULE.bazel": "not found", + "https://bcr.bazel.build/modules/sdl3_windows/3.2.0/MODULE.bazel": "not found", "https://bcr.bazel.build/modules/stardoc/0.5.1/MODULE.bazel": "1a05d92974d0c122f5ccf09291442580317cdd859f07a8655f1db9a60374f9f8", "https://bcr.bazel.build/modules/stardoc/0.5.3/MODULE.bazel": "c7f6948dae6999bf0db32c1858ae345f112cacf98f174c7a8bb707e41b974f1c", "https://bcr.bazel.build/modules/stardoc/0.5.6/MODULE.bazel": "c43dabc564990eeab55e25ed61c07a1aadafe9ece96a4efabb3f8bf9063b71ef", @@ -134,8 +134,8 @@ "https://bcr.bazel.build/modules/zlib/1.3.1.bcr.3/source.json": "2be409ac3c7601245958cd4fcdff4288be79ed23bd690b4b951f500d54ee6e7d", "https://bcr.bazel.build/modules/zlib/1.3.1/MODULE.bazel": "751c9940dcfe869f5f7274e1295422a34623555916eb98c174c1e945594bf198", "https://git.stevenlr.com/460nm/bazel-registry.git/plain/bazel_registry.json": "8a28e4aff06ee60aed2a8c281907fb8bcbf3b753c91fb5a5c57da3215d5b3497", - "https://git.stevenlr.com/460nm/bazel-registry.git/plain/modules/sdl3_windows/3.1.10/MODULE.bazel": "05731f04a43ef32416557acf3c740af67af01373f88151a22134679c8cb2cb7a", - "https://git.stevenlr.com/460nm/bazel-registry.git/plain/modules/sdl3_windows/3.1.10/source.json": "82508e5e3327ce4546af5ff229e38397722e2a9845035c45f9d5fdd1f51ece4d" + "https://git.stevenlr.com/460nm/bazel-registry.git/plain/modules/sdl3_windows/3.2.0/MODULE.bazel": "e1be125c3d3bf91dd39a10a3c7512bc0f9fde42dd8a1c7ec0504e857e9ff2a2a", + "https://git.stevenlr.com/460nm/bazel-registry.git/plain/modules/sdl3_windows/3.2.0/source.json": "1d4e64e46ecfb65a7895bd05509eed04e28adffbb9fd57ee9bb3cc4e126ea85b" }, "selectedYankedVersions": {}, "moduleExtensions": { |