From 82d8a1f343035e653c7d3b7e90567ed59bba506a Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Mon, 21 Jul 2025 08:51:38 -0700 Subject: [PATCH] feat: DirectXShaderCompiler (#5894) (#5907) * feat: DirectXShaderCompiler * chore(DirectXShaderCompiler): refactor, use subpackages * fix(DirectXShaderCompiler): proper changelog versions * fix(DirectXShaderCompiler): proper changelog date * fix(DirectXShaderCompiler): quiet setup * feat(DirectXShaderCompiler): external libraries bcond * feat(DirectXShaderCompiler)!: bump, remove some subpackages BREAKING CHANGE: The `tools` and the `cmake-utils` subpackages no longer exist. * chore(DirectXShaderCompiler): use git_setup macro * chore(DirectXShaderCompiler): auto-update (cherry picked from commit 37c5999067f6e7f0023a92873b5dda7ba2e068d9) Co-authored-by: VirtualFreeEx <122599332+VirtualFreeEx@users.noreply.github.com>