diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-01-31 00:31:01 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-01-31 00:31:01 +0100 |
commit | 1f314a6087b276ad8b2680ecb18f43dfe77df595 (patch) | |
tree | 2d76d48b097cd303e9acf91af938bd40b475f170 /MODULE.bazel | |
parent | d3e00990b86277e490e0f68a1cd6f092b28d54aa (diff) |
Make gpu module
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 6dfeb1b..141b761 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 = "b3f2336e1b8f4410515344feb73d992d854c8282",
+ commit = "a89e72929ed047344e221f65542e763e3f6ac3de",
remote = "https://git.stevenlr.com/460nm/asl.git/",
)
|