Upgrade asl

This commit is contained in:
2025-03-02 00:33:49 +01:00
parent 50653a9cfe
commit f2e6a3fe77
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ build:windows --extra_execution_platforms=//:x64_windows-clang-cl
# @Todo(bazel) We should be able to use @local_config_cc...
build:windows --extra_toolchains=@@rules_cc++cc_configure_extension+local_config_cc//:cc-toolchain-x64_windows-clang-cl
build:windows --cxxopt=-Xclang=-std=c++20
build:windows --cxxopt=-Xclang=-std=c++23
common --incompatible_autoload_externally=+@rules_python

View File

@ -19,7 +19,7 @@ bazel_dep(name = "sdl3_windows", version = "3.2.0")
bazel_dep(name = "asl")
git_override(
module_name = "asl",
commit = "a141c401f78467bc15f62882fca5d55a007cacbb",
commit = "62cc4b468b4e8653d8ef523fc4081572c6c1c7d8",
remote = "https://git.stevenlr.com/460nm/asl.git/",
)

View File

@ -4,7 +4,7 @@
#include "hk21/game/gpu.hpp"
#include <asl/containerS/buffer.hpp>
#include <asl/containers/buffer.hpp>
#include <asl/formatting/format.hpp>
#include <asl/types/option.hpp>
#include <asl/logging/logging.hpp>