From f2e6a3fe77c4cce806c9b78b853554c9230c5d49 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Sun, 2 Mar 2025 00:33:49 +0100 Subject: Upgrade asl --- .bazelrc | 2 +- MODULE.bazel | 2 +- hk21/game/gpu.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bazelrc b/.bazelrc index b8d70bc..2b10790 100644 --- a/.bazelrc +++ b/.bazelrc @@ -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 diff --git a/MODULE.bazel b/MODULE.bazel index 825d5f9..bcf9269 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -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/", ) diff --git a/hk21/game/gpu.cpp b/hk21/game/gpu.cpp index 4aa1f95..207ce85 100644 --- a/hk21/game/gpu.cpp +++ b/hk21/game/gpu.cpp @@ -4,7 +4,7 @@ #include "hk21/game/gpu.hpp" -#include +#include #include #include #include -- cgit