From 2b9620b6a6390b7caa644cd681336bc38b7ef6de Mon Sep 17 00:00:00 2001 From: Seth Flynn Date: Sat, 28 Mar 2026 15:46:20 -0400 Subject: [PATCH] build(devcontainer): explicitly include vulkan headers Signed-off-by: Seth Flynn --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 59595fe55..8ee4330ed 100644 --- a/Containerfile +++ b/Containerfile @@ -28,7 +28,7 @@ RUN apt-get --assume-yes --no-install-recommends install \ # Build system cmake ninja-build extra-cmake-modules pkg-config \ # Dependencies - cmark gamemode-dev libarchive-dev libcmark-dev libgamemode0 libgl1-mesa-dev libqrencode-dev libtomlplusplus-dev scdoc zlib1g-dev \ + cmark gamemode-dev libarchive-dev libcmark-dev libgamemode0 libgl1-mesa-dev libqrencode-dev libtomlplusplus-dev libvulkan-dev scdoc zlib1g-dev \ # Tooling clang-format clang-tidy git