diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-01-26 22:49:15 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-01-26 22:49:15 +0100 |
commit | 55d7b8c5b520afb6770745e109f480357ea2ec15 (patch) | |
tree | 1415d107b6e48b257d6d3b2f20c3b0285ffd6598 /MODULE.bazel | |
parent | 639de20a5b78c8c70f3d7dcc02e62b13f6e749f0 (diff) |
Add logging
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 ddb05c9..6dfeb1b 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -15,7 +15,7 @@ bazel_dep(name = "sdl3_windows", version = "3.2.0") bazel_dep(name = "asl")
git_override(
module_name = "asl",
- commit = "3bf981d5130ba745df5b279af211caf5cc68d8a1",
+ commit = "b3f2336e1b8f4410515344feb73d992d854c8282",
remote = "https://git.stevenlr.com/460nm/asl.git/",
)
|