Upgrade asl
This commit is contained in:
2
.bazelrc
2
.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
|
||||
|
||||
|
@ -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/",
|
||||
)
|
||||
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user