From 844f944ce47d3d2eeef84944d2c73e0681df0e49 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Mon, 17 Feb 2025 23:41:53 +0100 Subject: Upgrade asl --- hk21/game/BUILD.bazel | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'hk21/game/BUILD.bazel') diff --git a/hk21/game/BUILD.bazel b/hk21/game/BUILD.bazel index b2cca09..786ed6a 100644 --- a/hk21/game/BUILD.bazel +++ b/hk21/game/BUILD.bazel @@ -6,8 +6,12 @@ cc_binary( "gpu.hpp", ], deps = [ - "@asl//asl", - "@asl//asl/log", + "@asl//asl/base", + "@asl//asl/logging", + "@asl//asl/types:status", + "@asl//asl/types:box", + "@asl//asl/types:option", + "@asl//asl/containers:buffer", "@sdl3_windows//:sdl3", "//hk21/vulkan_loader", ], -- cgit