diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-05-09 00:32:33 +0200 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-05-09 00:37:56 +0200 |
commit | 7ec394db8961009e6ac23fea909f8353d865f7a3 (patch) | |
tree | 6104b92652953ee84c3d6c4386a7cfd6f133bcd9 /MODULE.bazel | |
parent | 69d33476b825a1f2deb4f9fb38a199c59d356701 (diff) |
Add and use Vulkan synchronization library
Diffstat (limited to 'MODULE.bazel')
-rw-r--r-- | MODULE.bazel | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MODULE.bazel b/MODULE.bazel index ffad85c..46b251c 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -19,4 +19,4 @@ git_override( )
bazel_dep(name = "sdl3_windows", version = "3.2.6")
-bazel_dep(name = "asl", version = "0.3.0")
+bazel_dep(name = "asl", version = "0.4.0")
|